From http://spservices.codeplex.com/discussions/437601
SPArrangeChoices rearranges correctly but post back isn't sending values in IE
SPArrangeChoices is correctly rearranging my check box column but when I use it, SharePoint doesn't receive the results of the boxes I checked when I submit the form. Since the field is mandatory, I can never save the form. SharePoint does the post back but then complains that the field is empty and all the checkboxes I checked are blank. When I disable SPArrangeChoices the form saves correctly.
The problem only occurs in IE, not Chrome. Unfortunately my company only uses IE.
I've looked at the nodes with Chrome's and IE's developer tools but I can't see any difference in the IDs and names pre- and post-SPArrangeChoices.
IE 9.0.8112.16421
jquery-1.7.1.min.js
SPServices-0.7.2.min.js
Comments: I've looked at this multiple times and just can't seem to figure it out. The only possible solution I can think of is to not remove the original elements, bind the new ones to the originals, and see if that works.
SPArrangeChoices rearranges correctly but post back isn't sending values in IE
SPArrangeChoices is correctly rearranging my check box column but when I use it, SharePoint doesn't receive the results of the boxes I checked when I submit the form. Since the field is mandatory, I can never save the form. SharePoint does the post back but then complains that the field is empty and all the checkboxes I checked are blank. When I disable SPArrangeChoices the form saves correctly.
The problem only occurs in IE, not Chrome. Unfortunately my company only uses IE.
I've looked at the nodes with Chrome's and IE's developer tools but I can't see any difference in the IDs and names pre- and post-SPArrangeChoices.
IE 9.0.8112.16421
jquery-1.7.1.min.js
SPServices-0.7.2.min.js
Comments: I've looked at this multiple times and just can't seem to figure it out. The only possible solution I can think of is to not remove the original elements, bind the new ones to the originals, and see if that works.