javascript - Expand/collapse not working using java script in html -


this link http://jsfiddle.net/susxk/124/ when clicking customer services not happening can 1 me issue.

expected output:

clicking  customer services want show full table.in same way collapse.  

this show , hide table

$(document).ready(function() {     $(".form-matrix-table").hide();      $(".form-label,form-label-top").click(function() {          $(".form-matrix-table").toggle();     }); }); 

Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -