Hi,

> 2.    I've wrapped the content of the standard chili.js file inside this:
>       $using( 'jquery', function() {
>       ...
>       $package( 'chili', {} );
>       } );

Since you don't load chili.js via jsPax you don't necessarily need the 
$package()-call, but it doesn't hurt.

> 3.    I've changed the default path inside package.js to:
>       $package.packageBase = 'packages/';

Just a guess: Have you tried to use an absolute URL, or at leas an absolute 
path here? Maybe Firefox interprets that relative to the current HTML page 
and IE interprets it relative to the js. Then IE tries to 
load "packages/packages/jquery.js" where Firefox loads "packages/jquery.js".

> 6.    It works in FF, but it does not in IE.

I can not see anything you have done wrong.

If my guess proves to be correct I will change the documentation accordingly 
and think abuout what I can do about it. In all Tests I did, I have used 
absolute paths ("/test/packages/") or even absolute URLs 
("http://www.example.com/test/packages/";), or I have the script that calls 
$using() in the same directory as the HTML or even embedded into the HTML 
(like the testsuite). Therefore I did not come accross that problem.

Christof

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to