Hi Mario,

You can trigger the change event in programatically in jquery after your update code

...
// update code here
$('#selectId').change();


Dave

On 13 Feb 2009, at 22:40, Mario Soto wrote:


Hello.

I have a form where i update some fields if there are info on the
database (autolad of data). Then I have to verify if some data must
been shown if certain conditions happens.

When I change the value of a *select* changes, validations are made
and I have binded that select for changes.

   $('#selectId').change(function(){
       // validations
   });

Happens that when I change that select using jquery it doesn't
validates (but does when user updates the field on the browser).

Any ideas to solve this problem, are very welcome..


--

Mario Soto
marios...@cancuen.net
..._

Reply via email to