where to write $(document).ready(function()
{
alert("hello");
}
in Tiggzi.
How to write Do i need to write this on page load -- event of the tiggzi-- custom javascript
i tried also panel --( placed above script does not work
where to write $(document).ready(function()
{
alert("hello");
}
in Tiggzi.
How to write Do i need to write this on page load -- event of the tiggzi-- custom javascript
i tried also panel --( placed above script does not work
You can add it via Create New JavaScript. The correct syntax is:
code
$(document).ready(function()
{
alert("hello");
});
/code
i want to toe b executed for that specific page let say page1.
if create new custom javascript, it will be executed for all pages right?
i want to for specific page
i am trying to do below
http://jsfiddle.net/jPlayer/Q4LMV/
Try on page load.