Skip to main content
Inspiring
October 5, 2016
Question

How do I embed an external Javascript file into CP9? for example: jQuery

  • October 5, 2016
  • 3 replies
  • 1435 views

This topic is closed to new replies. Start a new post to keep the conversation going.

3 replies

April 11, 2017

Hello.

We can place javascript code between <head> and </head> tags so whenever site load script also loaded with head tag.

TLCMediaDesign
Inspiring
November 16, 2016

jQuery is already published with Captivate, so it is already linked. The version is 1.11.3

kglad
Community Expert
Community Expert
October 22, 2016

i don't know what cp9 means to you, but generally js files are embedded using something like:

<script src="path/filename.js"></script>

within an html page's head tags.