[jQuery] Re: jquery s3slider and Magento

2009-02-12 Thread Anatalsceo
thanks. On 12 fév, 16:37, Liam Potter wrote: > put > > > before the > > Anatalsceo wrote: > > I've been trying to use the great s3slider on a magento web site. > > It almost works. > > When I say almost, it means that I managed to add the jquery libra

[jQuery] jquery s3slider and Magento

2009-02-12 Thread Anatalsceo
I've been trying to use the great s3slider on a magento web site. It almost works. When I say almost, it means that I managed to add the jquery library and make it work. On my page I get the first slide but not the others. It seems that it's stuck on the first one. When I look at the code of the p

[jQuery] jcarousel reset

2008-10-01 Thread Anatalsceo
The jcarousel plug works really great. I only have a problem with the reset function. I try on a page to change the content of the carousel without reloading the page. I'm using for this the $(document).ready(function() {} in order to change the carousel on a click. It doesn't quite work and I

[jQuery] parsing xml with jquery adding filter

2008-07-25 Thread Anatalsceo
hello, I'm trying to parse some info from an XML file with a filter to get only one part of a the infos. it doesn't seem to work. can someone help. here is my code: function getImageName(marque) { $.get("xml/listeProduits.xml",{},function(xml){ // Build an

[jQuery] Re: Jquery Cycle and XML

2008-07-25 Thread Anatalsceo
Thanks, It works great. On 24 juil, 21:13, Mike Alsup <[EMAIL PROTECTED]> wrote: > On Jul 24, 10:41 am, Anatalsceo <[EMAIL PROTECTED]> wrote: > > > > > Hello, > > I've posted an unresponded post few days ago concerning cycle function > > in jquery.

[jQuery] instanciate Jcarousel after a setimeout()

2008-05-15 Thread Anatalsceo
Hello, I'm trying to use jcarousel on a page where I have a first animation and text and then want to launch jcarousel. My code is : function beginTimeout () { setTimeout ('launchCarousel()',1); } function launchCarousel() { var cadreIntro = document.getElementBy