Yes it should be no problem to apply this to a dynamic table to all...
As soon as you load the table you need to call the script to apply the
hiderepeat cell values..
make a function of what i wrote earlier:
function hideRepeats(){ ... }
and then create a php script or something similar to generate the
table..
('#tableWrapper').load("thescript.php?vars=youchoose", hideRepeats());
that should work like a charm..
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---