WebSite X5Help Center

 
A A.
A A.
User

Best place for java script  en

Author: A A.
Visited 3403, Followers 1, Shared 47  
Tags: javascript

I have the javascript that I called from several webpages. What is the best place to put the javascript to? If I put it separately on every page that uses it [in html/javascript box], it is a hassle to maintain it (I already made a mistake changing script on several pages and leaving it that change from one of the pages). If i put it in General Setting->Expert->Header it slow downs website and add that script to the pages that do not call it? What is the best practice?

Posted on the
3 ANSWERS - 1 CORRECT
Cheeky Man
Cheeky Man
User

Wink

If you can insert the script in it's own format (JavaScript) and put it on the server seperately. Then link the script to the code in the head...... Sometimes they give you an option to do this. Without seeing the script or what is I couldn't say....

.

Frank

.

Incomedia opens on Monday....

Read more
Posted on the from Cheeky Man
A A.
A A.
User
Author

You mean create .js file and then add it through WebsiteX5 file attachment?

I will try it. thanks.

Read more
Posted on the from A A.
A A.
A A.
User
Author

Yes, putting my script into js file and then adding it through HTML and widget box expert tab worked. If you do it, make sure that you click on "link to the page" checkbox. It would basically put the script into the head section of the page. You can put the code there manually, but of course doing it with separate js file is much better because if you need to edit the script later on, you have to do it only in one place - your js file.

Read more
Posted on the from A A.