This code acts differently in Firefox and IE7:
$('input').change(function() {
var params = $('input').fieldSerialize();
...
});
In Firefox, +params+ includes the new value of the element that
triggers the change event (say, a checkbox). In IE7, +params+ does not
include this new value.
Is this a bug? Is there a workaround? I can't use formSerialize() for
certain reasons.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---