Hi, I'm new to actinic, but not to web design.
I have two conflicting .js files, both needed for different pages - I was wondering if anyone could give me a guide on how to use a certain js file depending on which page you are on?
Both pages are brochure pages - one is using a smooth scrolling script with jQuery, the other is using domtab. As both scripts use bookmarks, it means they interfere with each other.
So ideally I want something that says
' If downloads page, use domtab.js and if news page, use smoothscroller.js '
Can anyone me on how to do this in Actinic?
I have two conflicting .js files, both needed for different pages - I was wondering if anyone could give me a guide on how to use a certain js file depending on which page you are on?
Both pages are brochure pages - one is using a smooth scrolling script with jQuery, the other is using domtab. As both scripts use bookmarks, it means they interfere with each other.
So ideally I want something that says
' If downloads page, use domtab.js and if news page, use smoothscroller.js '
Can anyone me on how to do this in Actinic?
Comment