In my page, the exhibit table code that's displayed looks like this:

<table class="exhibit-tabularView-body" .... >

I tried to use javascript at the end of the page to make the following 
change:

<script> var x = 
document.getElementsByClassName("exhibit-tabularView-body"); 
x[0].addClass(" jquery-thead"); </script>



But this method doesn't work because the variable comes out as undefined 
since the script didn't find any elements with that name. How can I add 
"jquery-thead" to the table class ?

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/d/optout.

Reply via email to