Sorry. I've been busy. Will try and look at it soon. Karl Rudd
On Tue, Oct 28, 2008 at 12:46 AM, Alexsandro_xpt <[EMAIL PROTECTED]> wrote: > > Hellow? > > On 24 out, 15:55, Alexsandro_xpt <[EMAIL PROTECTED]> wrote: >> So.. get this >> examplehttp://rapidshare.com/files/157173826/getscripterro.zip.html >> Download that e open getscripterro.htm in IE 6+, you will see error. >> And you try in FF it's will work fine. >> >> About what you told me about inline scripts I really need get >> "protoculous-effects-shrinkvars.js" file via getScript(), becouse its >> is a AJAX window modal. >> >> Thanks for help. >> >> On 23 out, 22:37, "Karl Rudd" <[EMAIL PROTECTED]> wrote: >> >> > Without seeing a live example page it is very hard to know what could >> > be going wrong. >> >> > My advice would be to try not to load the >> > "protoculous-effects-shrinkvars.js" file via getScript(). Just include >> > it as you would any other JavaScript file. >> >> > Karl Rudd >> >> > On Fri, Oct 24, 2008 at 4:19 AM, Alexsandro_xpt <[EMAIL PROTECTED]> wrote: >> >> > > Yes, I already use noConflict() function. >> >> > > I don't have any conflict, I just said the jQuery.getScript can't eval >> > > protoculous-effects-shrinkvars.js causing error in script. >> >> > > Can you help me please? >> >> > > On 22 out, 20:15, "Karl Rudd" <[EMAIL PROTECTED]> wrote: >> > >> Have followed the advice >> > >> athttp://docs.jquery.com/Using_jQuery_with_Other_Libraries? >> >> > >> Karl Rudd >> >> > >> On Wed, Oct 22, 2008 at 11:01 PM, Alexsandro_xpt <[EMAIL PROTECTED]> >> > >> wrote: >> >> > >> > Nobody know what happen with .getScript getting prototype framework? >> >> > >> > On 22 out, 00:57, Alexsandro_xpt <[EMAIL PROTECTED]> wrote: >> > >> >> My IE 7 and 6 get a error while load >> > >> >> protoculous-effects-shrinkvars.js >> > >> >> by jQuery.getScript method. >> >> > >> >> IE popup this error message: >> >> > >> >> Line: 310750026 >> > >> >> Char: 72353 >> > >> >> Error: 'null' is null or not an object >> > >> >> Code: 0 >> >> > >> >> How to fix it using jQuery.getScript? >> > >> >> Prototype Framework doesn't like jQuery? >> >> > >> >> PS.: In FF work very well.