cujojs / curl

curl.js is small, fast, extensible module loader that handles AMD, CommonJS Modules/1.1, CSS, HTML/text, and legacy scripts.
https://github.com/cujojs/curl/wiki
Other
1.89k stars 216 forks source link

domReady! plugin has problem in ie6 #120

Closed kainy closed 11 years ago

kainy commented 11 years ago

When ie6 says DOM is ready but it ain't true, I am using curljs with Mootools。

unscriptable commented 11 years ago

Are you seeing an error of some sort? Or are you just seeing curl's domReady! before Mootools's?

We know that curl's domReady! plugin will detect dom-readiness sooner than jQuery in most browsers, too, but that doesn't mean domReady! is busted. I imagine Mootools might use a similar mechanism to jQuery.

unscriptable commented 11 years ago

Hey @kainy! I am closing this until you can provide a test case or more information. Please reopen it when you do! -- John