View Single Post
Old 12-20-2012, 03:54 PM   PM User | #14
Webbot
New Coder

 
Join Date: Dec 2012
Posts: 24
Thanks: 4
Thanked 0 Times in 0 Posts
Webbot is an unknown quantity at this point
Quote:
Originally Posted by WolfShade View Post
Basically, place the src to jQuery in each HTML file that is being dynamically loaded, and initialize the slider in each page in the $(document).ready() function. That way it initializes on each page load.
Ok, I linked the jQuery src in all files that being loaded and aded this to the script:

Code:
$(document).ready(function(initialize){
Was that correct?
Webbot is offline   Reply With Quote