Monday, 26 August 2013

Jquery change css on click

Jquery change css on click

here I have an page and when i want to click on button I write a code to
hide the content but there are error:
http://jsbin.com/EVEWOta/2/edit
and jquery code:
$('#button').click {
$('#firstPage').css('display', 'none');
}

No comments:

Post a Comment