Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Alert Javascript does not work!!! please how i can resolve?
Hi Seweb,
What are you trying to do? Umbraco allows you to output HTML / JS / CSS etc as you would in any template.
Show us your template code. Do you have an error?
Steve
I have put this in a Script:
$(document).ready(function() { alert("A"); .......
A Template include this script but the Alert does'not start
maybe i have resolved i have put in the wrong line in the template
We've all been there.
If you're ever not sure view the source of the page... and run an html validator over it. Firefox's / Chrome's dev tools are also essential.. usually it's just a Javascript typo.,
thanks
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
javascript
Alert Javascript does not work!!! please how i can resolve?
Hi Seweb,
What are you trying to do? Umbraco allows you to output HTML / JS / CSS etc as you would in any template.
Show us your template code. Do you have an error?
Steve
I have put this in a Script:
$(document).ready(function() { alert("A"); .......
A Template include this script but the Alert does'not start
maybe i have resolved i have put in the wrong line in the template
We've all been there.
If you're ever not sure view the source of the page... and run an html validator over it. Firefox's / Chrome's dev tools are also essential.. usually it's just a Javascript typo.,
thanks
is working on a reply...