Tuesday, July 26, 2022

[FIXED] Where to write custom Jquery code in Dreamweaver

Issue

I am new to trying out Dreamwweaver, and I am trying to write a simple custome Jquery code, but I don't know where to write it persey. Is it like with CSS where I have to create a separate stylesheet so-to-speak? of do I write it like an inline element for each page I create, and if so, do I write it near the top or the bottom? or do I group all of my script somewhere?


Solution

In DW or any other editor you use the .js (javascript) extension to write Jquery code. Also you can just add it to the html document with the here goes code tag.



Answered By - Mat5hias
Answer Checked By - Clifford M. (PHPFixing Volunteer)

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.