Accessing functions & css classes of a webobject through an added JS file
I'm trying to acess elements inside of a web object that I've added into my Captivate project, through an external javascript file that I've linked to the index.html output file of my project. I'm pretty stuck on how to do this, but essentially I'd like to be able to control my webobject via the external JS file.
I built my webobject with an html/css/js file structure and it uses css classes to toggle some animations. Is there any way possible I could call the function I created in my webobject from my external JS file? In my external JS file I made function for custom navigation back/forward buttons, and I'm hoping that once the user lands on the slide with the web object, the next button would then activate the function of my webobject, instead of taking the user to the next page, then once that's done it would move the user to the next page?
I hope some of this makes sense, any point in the right direction would be greatly appreciated!
