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).ready(function() { SPACE }; ...
> > > 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...
> > > > Hi everybody... i have a question...
> > > > i want to virtualise my admin section... by getting the script
> > > > from a php file on post. is this real? and i want it to use
> > > > current documents vars... i just copied part of the script and
> > > > tried to load it using getScript... but this part doesn't work,
> > > > when I put some global variables in it.... is there a
> > > > way to make global vars work in included file?
> > > > like global $var; in php...