I'm trying to utilize the Page Javascript tab in the ToolTwist designer but this seems not working. Just a quick test if it is really working, I remove the comment on the alert line but alert is not showing when the page load.
Asked
Active
Viewed 77 times
1 Answers
1
When using jQuery in Tooltwist, you need to set the Mode Property of the Page to "Page".
Currently, the default Mode is set to Legacy which is intended for backward compatibility of versions of Tooltwist using the prototype and scriptaculous javascript libraries.

Dexter Cato
- 1,091
- 2
- 10
- 11
-
Thanks, that works perfectly. So this means that the default javascript code was intended only for jquery library? Isn't that logical that the default page mode should be "Page"? – ryacii Nov 07 '12 at 03:36
-
I agree. This may be something that needs to be raised up with Tooltwist as a form of enhancement. – Dexter Cato Nov 07 '12 at 07:37