why is this Jquery function not working -


http://jsfiddle.net/bdsw9/

in above link when use "click" working , when use "bind" not working .what might problem .how can make work bind too

jquery bind takes function pointer second parameter. should use

$("#imgsavecomment").bind("click",checkparams); 

because in example call function checkparams , use return value bind on click event.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -