How to use jQuery to change the number of entries shown on the page? (not a manual click)

How to use jQuery to change the number of entries shown on the page? (not a manual click)

dnizeticdnizetic Posts: 2Questions: 0Answers: 0
edited December 2011 in General
Hi, I tried to use jQuery to change the select value, and then trigger the event that should happen after select value changes, but I couldn't figure it out.

So basicaly, I would like to use jQuery to simulate a user click (once he changes the number of entries shown) and then draw the number of rows needed, depending on the option picked. All of this with a jQuery.

If someone could help me out, I would be grateful. Thanks.

Replies

  • dnizeticdnizetic Posts: 2Questions: 0Answers: 0
    More precisely, is there a way to call a certain function from the table object which will show the number of entries specified by the select dropdown?
This discussion has been closed.