开发者

JooScript & Prototype conflict - Object doesn't support property or method 'dispatchEvent'

开发者 https://www.devze.com 2023-03-25 08:49 出处:网络
I know jQuery and Prototype conflict can be solved using noConflict(). Is there an equivalent in either JooScript or Prototype?开发者_JAVA百科

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
})

0

精彩评论

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