alexiscm72;11007643 wrote:Hello, I have a page in php where I created a jquery slideshow with jquery 1.7.1 version, now I created a class in PHP that uses jquery 1.7.1 too, but when I load the class with Include_once the Slide show doesn't work, I have tried calling once the jquery library but never work the two scripts at the same time.
The class creates a form and the jquery with css give it the style, the class needs the jquey 1.7.1 library but the index php calls this library before for a slideshow, now when I call the class with Include_once, the form styler works perfectly but the slideshow doesn't work, I have tried with many options; I suposed that with the call of jquery in index.php the class doesn't need to call the jquery again, but it's not so, when I call the jquery in index.php only then the part of the class that uses jquery doesn't work. What can I do??? because I want to optimize my code, I don't want to put the class code in my index.php, it's very extensive!
Thanks for your help.:bemused: