revsystems / jQuery-SelectBox

A modern replacement for the traditional select element. Increases flexibility and stylability.
http://plugins.jquery.com/project/jquery-sb
Other
72 stars 16 forks source link

jQuery 1.6.1 support for serializing forms #31

Closed drawain closed 13 years ago

drawain commented 13 years ago

Hi

There is a problem with jQuery 1.6.1: after the select fields changed by the plugin, the jQuery.serialize (.param, etc.) can't see these alterations.

I has to revert jQuery 1.5.1 to make it work.

revsystems commented 13 years ago

Yes, I need to work to make this compatible with jQuery-1.6. They changed how attr() works, which affects this plugin quite heavily...

revsystems commented 13 years ago

I've pushed a changed that should hopefully fix this. You can see it working with jQuery-1.6.1 on the demo page. If it works for you, it was a simpler change than I thought.

drawain commented 13 years ago

Thank you, i'll check tomorrow.