just use live() method to bind any event instead of others.
Sorry there for remarking the post very lately.. Actually It is the era of jquery 1.8.1, where live(), delegate(), and bind() method is relys on on(), though they are still working but they are deprecated from jquery 1.7.1
means that in the very next future they will be removed from the jquery library. so it's good practice to rely on on() method rather than bind(), delegate(), live() to stay with the current technology
Ya you are right. I replaced live() with on() and it took almost one week. it happend 4 months ago when i upgrade vcampus's jquery with latest one.
Comments 4