Hi @ all !
I written a small function for prototype that retrieve a new <select> input from the database (using a PHP ajax handler) and replace() the old one using responseText.
But, is there a function that can says "if the select input was replaced then..." ?Code:onSuccess: function(transport){$('foobar_select').replace(transport.responseText);},
or "if the default value of the select input changes then..." ?


Reply With Quote

Bookmarks