Custom Code HowTo - jQuery | |
This HowTo shows briefly how to add custom jQuery stuff, which is not included in Tiki ( sorry guys, we cannot include all 😉 ). |
LavaLamp jQuery Plugin Example | |
To ensure the main jQuery JavaScript is loaded before any custom jQuery scripts that you want to add to your site and to ensure that they will always load (dependencies) and work properly, you should use the Tiki's Smarty Copy to clipboard
Assuming that you have saved the files in For comparison, this is from the original LavaLamp demo page: Copy to clipboard
|
Related | |
You can create styles/custom.js or styles/yourtheme/custom.js and that should get included automatically. You may need to empty your Tiki cache. |