jquery click event
- by picnic4u
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