Postponed (maintainer needs more info)
Project:
jQuery Tools
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Jul 2009 at 18:59 UTC
Updated:
27 Oct 2010 at 16:03 UTC
Comments
Comment #1
eloralon commentedHi Rob Loach,
I am still new to jQuery Tools and was wondering where and in which file I should add the following command: jquerytools_add() ?
Thank you for your anticipated help.
Loralon
Comment #2
robloachIt works from modules and some theme templates that you're using. Depends how you're using it.
Comment #3
eloralon commentedThanks for your reply,
Can I add it then to template.php, node.tpl.php or to some other files before it can work?
Thank you.
Loralon
Comment #4
glen201 commentedWow, sux that this question has been hanging out there for so long! Anyone maintaining this forum?
I'm having a problem running the jquerytools_add("overlay"), etc. from my page-specific.tpl.php file, and I just went to this forum to see if there would be any help on the subject.
Apparently not.
:(
--glen
Comment #5
robloachAt that point, it must mean that the scripts variable has already been output. Not sure where you could stick it though. Sometimes it's best to call this function from the module-layer.
Comment #6
chris.jichen commentedI agree with this opinion.
I have tried to add the jquery tool function to my front page tempalte file, but it doesn't work , so I have to move the code into the deeper layer. Which is not elegant at all.