|
From: Jesse V. <je...@6t...> - 2003-06-09 01:36:28
|
I've got a question about how stuff gets loaded in for the different
browsers.
When I do the compression stuff, I have the xml config determine what
.js files are compressed and merged.
But it seems like if I only include mouse_dom.js, it works in Mozilla,
but not IE. If I include mouse_dom and mouse_ie.js, then it works in
IE, but not in Mozilla :(
Is this because I'm not using the library stuff to load in the mouse
stuff? I'm loading in the js files in this order:
dynapi/src/dynapi.js
dynapi/src/ext/packages.js
dynapi/src/api/event.js
dynapi/src/api/dyndocument.js
dynapi/src/api/dynlayer_base.js
dynapi/src/api/dynlayer_dom.js
dynapi/src/api/mouse_dom.js
dynapi/src/api/ext/dynlayer.inline.js
Any idea where things are going wrong, and is there a solution? Or am I
stuck because of how I'm loading things in?
Thanks,
Jesse
|