[jQuery] Re: Keeping jquery codes up to date - best practise?

2009-03-23 Thread Jim Marion
@Microbe, you could combine your single domain solution with @Steve's Google Ajax library suggestion. Rather than linking directly to a hosted Ajax library, you could link to a JavaScript file hosted by you on a single domain. In that JavaScript file, call google.load ("jquery", "1.3.2"). When you

[jQuery] Re: $.load() javascript problems in IE and Safari

2007-09-14 Thread Jim Marion
I did some looking at the code. The $.load in 1.1.4 and 1.2 actually does eval scripts on IE without adding evalScripts back into the lib. The eval is in the domManip. It looks like $.load calls .html which calls .append. append calls domManip. The only problem is that the code doesn't do a deep s