Quote:
Originally Posted by WolfShade
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?