I need to insert jquery in a page together with a form.
I can insert a form but when I put jquery in html element it just display the whole code.
How do I do that?
Place it between script tags like this.
<script>jquery code</script>
Huh?
That’s new to me… I thought I would need to make a plugin (which I don’t want/not capable of).
This topic was automatically closed after 70 days. New replies are no longer allowed.