Register now or log in to join your professional community.
we have one() and on () in1.7.x onwards n bind n delegate in1.6.2. so how can i call on() api method if i use both of these jquery libraries in a single asp.net page?
Dear Muhammed,
Good day!!
you can use multiple version better to user conflict method to avoid conflict with the different version
some thing like this
<scriptsrc="jQuery1.3.js"></script><script> jq13 = jQuery.noConflict(true);</script><!-- original author's jquery version --><scriptsrc="jQuery1.2.3.js"></script>CheersAmeen.S