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
mariosoto@cancuen.net..._