[jQuery] Re: $.getScript and variables

2007-09-10 Thread Equand
thanks, i found the problem... i defined all of the functions and global vars inside 'document ready' function... doh, thanks anyways. On Sep 10, 5:58 pm, Equand <[EMAIL PROTECTED]> wrote: > ok... this page...http://www.jppromo.ru: there is A LOT of code, so > search in code for //ADMIN AREA STAR

[jQuery] Re: $.getScript and variables

2007-09-10 Thread Equand
ok... this page... http://www.jppromo.ru : there is A LOT of code, so search in code for //ADMIN AREA START and //ADMIN AREA STOP, the code between them is the one i want to put into a separate file, for load via getScript... but there are used global vars like LASTLOGIN and LASTHREF etc, and glob

[jQuery] Re: $.getScript and variables

2007-09-10 Thread Michael Geary
Is what real? Equand, I read your posts, but I'm not sure what you're trying to do or what the question is. Could you explain in more detail, with some actual code? Maybe post a link to a page, or at least post a code sample? -Mike > From: Equand > is it real? > > *global for $(document).re

[jQuery] Re: $.getScript and variables

2007-09-10 Thread Equand
is it real? On Sep 10, 4:37 am, Equand <[EMAIL PROTECTED]> wrote: > *global for $(document).ready(function() { SPACE }; ... > > On Sep 10, 4:33 am, Equand <[EMAIL PROTECTED]> wrote: > > > i forgot to mention... i tried to put it into a function and pass > > global vars in it thru functions vars..

[jQuery] Re: $.getScript and variables

2007-09-09 Thread Equand
*global for $(document).ready(function() { SPACE }; ... On Sep 10, 4:33 am, Equand <[EMAIL PROTECTED]> wrote: > i forgot to mention... i tried to put it into a function and pass > global vars in it thru functions vars... and ofcourse they've lost > their globality... > > On Sep 10, 4:31 am, Equan

[jQuery] Re: $.getScript and variables

2007-09-09 Thread Equand
i forgot to mention... i tried to put it into a function and pass global vars in it thru functions vars... and ofcourse they've lost their globality... On Sep 10, 4:31 am, Equand <[EMAIL PROTECTED]> wrote: > Hi everybody... i have a question... > i want to virtualise my admin section... by gettin