Author:
Date: Thu Aug 24 02:12:14 2006
New Revision: 4839
Log:
insert jquery as first script, but not before the <html> tag (in the private space it was ruining the design)
I modified init_entete() in presentation.php to pass only <head> content
to the header_prive pipeline so it had to work.
Renato
yes with spiip and modified presentation.php, but it didn’t work very well without spiip plugin.
jquery plugin is not used only with spiip (even if there are not yet many users … ), so we had to keep it functionnal in every case.
Author: fil@rezo.net
Date: Thu Aug 24 02:12:14 2006
New Revision: 4839
Log:
insert jquery as first script, but not before the <html> tag (in the private space it was ruining the design)
I modified init_entete() in presentation.php to pass only <head> content to the header_prive pipeline so it had to work.
Renato
yes with spiip and modified presentation.php, but it didn't work very well without spiip plugin.
jquery plugin is not used only with spiip (even if there are not yet many users ... ), so we had to keep it functionnal in every case.
Cedric
yes, my fault. I did not consider the most common case.
>insert jquery as first script, but not before the <html> tag (in the
>private space it was ruining the design)
>
I modified init_entete() in presentation.php to pass only <head> content
to the header_prive pipeline so it had to work.