maybe you can do this...
$(document).ready(function () {
var x = '- Table1';
$('#table1_head').click(function () {
if(x == '- Table1') x = '+ Table1';
else x = '- Table1';
$('#button1 a').replaceWith(x);
});
});
codewall
Junior Poster in Training
80 posts since Dec 2010
Reputation Points: 13
Solved Threads: 11