Dynamic change of class of <TR> with Jquery
- by Coronier
Hi all,
This is my first post, and first please forgive me for my poor english.
I have a problem I really can't fix:
I have a <table> of questions,
the first question is visible (class:visible), the others are hidden (class:hidden)
$(document).ready(function(){
$('.hidden').hide();
When people click on the first…