[jQuery] Re: [validate] check select on change instead of on focus?

2008-03-07 Thread Karl Rudd
The don't notice the change till blur is actually a feature of the select GUI element. Consider if the user was using the keyboard to chose an option in a select, when do you fire the ok they've chosen something different (aka change) event? *shrug* It's just one of those things. Karl Rudd On

[jQuery] Re: [validate] check select on change instead of on focus?

2008-03-07 Thread Jörn Zaefferer
minimal design schrieb: I just started using the grate validate plugin today and I can't really find an example of what I'm trying to customize... Basically, I think it's confusing for a select element to change on focus instead of on change, meaning: the user forgets to select an option, the