jquery click event
Posted
by picnic4u
on Stack Overflow
See other posts from Stack Overflow
or by picnic4u
Published on 2010-06-01T06:16:44Z
Indexed on
2010/06/01
6:23 UTC
Read the original article
Hit count: 198
jQuery
can we use more than one click event in the Jquery as
$(document).ready(function(){
$(#button).click(function(){
...........click(function(){
...........click(function(){
});
$(this).hide();
});
});
pls help me
© Stack Overflow or respective owner