Thanks but this won't work for a ?
David
Hello,
I had an More details
$(this).text($(this).text() == 'More details' ? 'Hide details' : 'More
details');
and on click I changed the text from more to hide
I had to change the
How do I change the value text on click ?
David
Thank you all i've (you guys) crack it.
Hello,
Could you help me please. I have a list of hotel which I .hide
and .show div's to show more or less info.
so i have
when the user press a button I use the code
var Hcode = $(this).attr("custom");
$('div.Hide-' + Hcode).toggle();
but when the page loads how do I hide this div automatic
4 matches
Mail list logo