Tuesday, October 12, 2010

Show / Hiden rows of table (Jquery)

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
              }
    );

No comments:

Post a Comment

Powered by Blogger.