How to be a jQuery no.conflict expert?
I mostly face jQuery conflict errors with Prototypes JS. and I\'m nota jquery expert.
Can I still solve all conflict p
Instead of using the $ shortcut, call jQuery.noConflict() and use the full length jQuery() object when using jQuery functionality.
$
jQuery.noConflict()
jQuery()
For example: