开发者

While using jquery with prototypejs, is there any way we can remove all prototypejs variables from global scope instead of jquery

开发者 https://www.devze.com 2023-03-31 13:22 出处:网络
I know we can use jQuery.noConflict() to resolve the conflict between the 2 libraries, but I want to use $ for 开发者_StackOverflowjquery & something else for prototypejs. Is there any way to do t

I know we can use jQuery.noConflict() to resolve the conflict between the 2 libraries, but I want to use $ for 开发者_StackOverflowjquery & something else for prototypejs. Is there any way to do this??


Prototype doesn't provide any option similar to jQuery.noConflict(), as far as I know.

0

精彩评论

暂无评论...
验证码 换一张
取 消