jquery version Issue
Posted
by pritisolanki
on Stack Overflow
See other posts from Stack Overflow
or by pritisolanki
Published on 2010-06-08T05:03:32Z
Indexed on
2010/06/08
5:12 UTC
Read the original article
Hit count: 224
Hi,
I was working with jquery v1.3.2 and following piece of code was all working nice
$(".textid").live('click',function(){ textbox_input=true; });
But as soon as I updated to jquery v1.4.2 above piece of code just not working as expected!!.Anyone who faced the same issue or can guide me to resolve this issue.
Regards, Priti
© Stack Overflow or respective owner