jquery version Issue
- by pritisolanki
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