Bind to the change event of the select element. In other words,
$("select my input element").change(function(){ ... do ajaxy stuff or call a function that does it for me ... });
Or something like that. Look up the events for selects in the jquery docs.
XML works. JSON can be tricky some times. Glad it worked out for you. You can send me a beer.
On 11/18/2010 03:39 PM, Aldo Martinez Selleras wrote:
Thanks very much for all
Christopher, I know the code is bad, but I'm creating the functionality first and later y I will "drupalize" my code. :D
I'm very glad of your help, right now, my carousel is rendering by jQuery, finally, I have use the XML version for collect the data, in my callback function return a xml data and this is what I read with $.get() function.
Still I have a dude.
How I can do the function re-execute when I change de select option??