igor-alexandrov / wiselinks

If Turbolinks are not enough for you. Wiselinks makes your application work faster.
MIT License
724 stars 89 forks source link

Form process can't match empty select tags in jQuery 1.9.1 and high #19

Closed faustman closed 11 years ago

faustman commented 11 years ago

Hi!

I think selectors works bad.

$form.find(':input[value=""]:not(:disabled)')

Maybe should try through 'filter' function?

Prove: jQuery 1.9.1: http://jsfiddle.net/junglecore/Keevt/ jQuery 1.8.3: http://jsfiddle.net/junglecore/Keevt/1/

igor-alexandrov commented 11 years ago

Yes, it seems to me that you are right and selectors in 1.9.1 does not work as expected. I will try filter instead. Thanks.

igor-alexandrov commented 11 years ago

Fixed in wiselinks-0.6.0. Thanks!