I can't find any issues with what you have. Please post the validation
part of your code.

On Feb 13, 12:40 pm, Mario Soto <canc...@gmail.com> 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