For show hidden rows of a table, the toggle function of Jquery freamwork can be used like this
jQuery(".link-view").toggle(
function () {
// Show treatment
},
function () {
// hidden treatment
}
);
About Magento, Linux, Jquery, PHP ... and other!
jQuery(".link-view").toggle(
function () {
// Show treatment
},
function () {
// hidden treatment
}
);
No comments:
Post a Comment