Thanks, guys. After all, I gave up on jscript solution and added a
switch adding jscript to the header on a php level
On Mar 23, 11:44 pm, Peter Edwards wrote:
> Are you using joomla to load jQuery? or are you wringin script tags in
> some sort of template?
> I came across
> this:http://www.pac
Are you using joomla to load jQuery? or are you wringin script tags in
some sort of template?
I came across this:
http://www.packtpub.com/article/using-javascript-effects-with-joomla
which seems to imply joomla can handle you script inclusion.
hope this helps
on 23/03/2009 11:41 Andy789 said::
also, it is working (only in FF, though) and not very stable. I think
what is happening, when I write the reference to
the header, it does not mean that it is loaded. in fact, it is loaded
SOMETIMES
On Mar 23, 10:28 pm, Andy789 wrote:
> we are talking about joomla's index.php (used as a main pa
we are talking about joomla's index.php (used as a main page) and
index2.php (used as an iframe). Index2.php is always a part of
index.php. Therefore,
1) if I include jquery to the main page header, the iframe (generated
as index2,php) will not work as there is no jquery in there
2) if I include
well, the ones loading through the iframe will need jquery loaded in the
iframe, and the components loaded one-by-one only need jquery loaded once..
I don't understand what you are trying to do hre, just load jquery in
the head.
Andy789 wrote:
Because some components are loaded inside of i
Why not include jQuery in your and don't worry about it being
already loaded or not in your components. Then remove jquery loading
in all of your components...
This will make sure your components concentrate on their main business logic ...
Read jQuery HowTo Resource - http://jquery-howt
Because some components are loaded inside of iframe and need its own
jQuery. some compionents are loaded one-by-one and need only one
common library
On Mar 23, 9:39 pm, Liam Potter wrote:
> why would you beloadingthe library for each script?
>
> Andy789 wrote:
> > Hi all,
>
> > I have different
why would you be loading the library for each script?
Andy789 wrote:
Hi all,
I have different independent modules using jquery and need to avoid
its double loading. So, instead of loading jquery, I am loading the
code:
if (typeof jQuery != 'undefined') {
document.write('');
}
Also, I have ad
8 matches
Mail list logo