I know we can use jQuery.noConflict() to resolve the conflict between the 2 libraries, but I want to use $ for jquery & something else for prototypejs. Is there any way to do this??
I know we can use jQuery.noConflict() to resolve the conflict between the 2 libraries,
Share
Prototype doesn’t provide any option similar to jQuery.noConflict(), as far as I know.