Hi all
Javascript still isn't really my thing, so i wonder if anyone has any ideas on whether this is possible.
Basically, I've got to work with a table where some <tr> tags have a class of "hidden" and an in-line style of "display:none".
They are output that way for a reason I'm not too concerned with - but I know they need to be there, so can't just be removed.
Is there a way (Javascript I'm guessing, but any way would be good) to move all <tr class="hidden"> to the end of the table?
No idea if this is possible... thanks in advance for any help
/Doug
Javascript still isn't really my thing, so i wonder if anyone has any ideas on whether this is possible.
Basically, I've got to work with a table where some <tr> tags have a class of "hidden" and an in-line style of "display:none".
They are output that way for a reason I'm not too concerned with - but I know they need to be there, so can't just be removed.
Is there a way (Javascript I'm guessing, but any way would be good) to move all <tr class="hidden"> to the end of the table?
No idea if this is possible... thanks in advance for any help
/Doug