I know jQuery and Prototype conflict can be solved using noConflict(). Is there an equivalent in either JooScript or Prototype?开发者_JAVA百科
Specifically I would like to use Flotr with fxCanvas.
According to the jooscript site: http://burzak.com/proj/jooscript/
snippet:-
Additionaly you can change Jooscript configuration:
joo_settings({
compat_mode: true,
runtime_typing: false
})
精彩评论