when does a plugin noConflict get used ?
Have a look at th below function:
- $.fn.carousel.noConflict = function () {
- $.fn.carousel = old
- return this
- }
I read about the jQuer.noConflict() , but i am just curious about how and when would such a function be necessary and how would it be used ?