As Jquery 1.9 deprecated live()
function,So I have to change those to alternative on()
.
Everything seems fine.
In my project i am using almost >100 live()
functions.They should work great if I go there each place and change to on()
.
Is there any efficiant way or script
to use on()
function,where ever i am using live()
now ??
This would save lots of my time.
Please suggest any other options too.
Thank.