[jQuery] Re: Parse encoded HTML in XML node

2009-09-24 Thread Fabdrol
Hi Jeff, Could you post your JS code and your XML? I'd like to play around with it for you, but things aren't really clear right now ;-) Fabian On 23 sep, 21:36, Jeff wrote: > Hi, > > I'm using $.ajax with a dataType of xml.  The XML document I'm getting > has a node that contains a bunch of

[jQuery] .click() fires my callback more than once

2009-09-24 Thread Fabdrol
Hi guys, I'm facing this little problem, I've got a button toolbar, and users can select rows in a table. When they have selected some row's, they can click one of the buttons, and it invokes a callback. Problem is, when I click the first time, there's nothing wrong. But when I click the second

[jQuery] $.get() fetch a list of images

2009-05-21 Thread Fabdrol
Hi all! I'm facing a problem, and it seems very unlogical that it doesn't work. I've written a function to switch some images on a clients website. It takes images from an array, and displays them with some nice fades. Now I'm trying to fetch these images using AJAX, initially from a text file,