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??
相关问题
- How to fix IE ClearType + jQuery opacity problem i
- jQuery add and remove delay
- Include empty value fields in jQuery .serialize()
- Disable Browser onUnload on certain links?
- how to get selected text from iframe with javascri
Prototype doesn't provide any option similar to jQuery.noConflict(), as far as I know.