asked on March 28, 2015
I try this:
$(document).ready(function(){ $('#q7').empty(); })
But the title was removed with all rows.
Then I try another code:
$(document).ready(function(){ $('#q7 ul').empty(); })
The title remains but all lines remain too.
Please suggest and thank you in advance.
0
0