vote up 1 vote down star
1

I want to add Toggle show-rows like Google analytics top content.

At the bottom of Google analytics top content, there is a dropdown option to select 20, 50 etc to toggle number of top content.

I want to add this javascript to my dynamically generated product list.

It seems like it uses onCharge in select tag.

I want to use jquery for this function.

Could anyone any advices for this or any resources?

Thanks in advance.

flag

1 Answer

vote up 1 vote down check

Well, I can't really provide you the codes, but here area few pointers.

Wire up the "select"'s onchange event to trigger an ajax call (number of rows being one of the parameters) that will fetch the data from a server-side resource.

Populate the fetched data in a container.

Resources:
- onChange event: http://docs.jquery.com/Events/change
- Ajax call (many varieties): http://docs.jquery.com/Ajax
- Some good data table related JQuery plugins:
* 15 Great jQuery Plugins For Better Table Manipulation
* http://www.datatables.net/

link|flag
Thanks I will check all your resources. – shin Nov 8 at 11:33
Data Table is brilliant! I used tablesorter.com/docs. Tablesorter is very good, but this plug-in does not have show rows function. However datatable datatables.net has everything I wanted. Thanks for your reply. – shin Nov 8 at 12:32
Welcome and good luck! – o.k.w Nov 8 at 12:56

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.