[jQuery] show hide random rows
I was wondering if anyone could point me to a tutorial or blog where i
can accomplish this task.
Basically i have a YUI datatable and i want to use jQuery to hide all
but a user generated number of rows that are random selected
so if i had 50 records in the table and the user input 10 in a text
field and hit a button..
10 random records would be left displayed and the other 40 would be
hidden..