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: Great job rileywesley...!!! I copied your js code and loaded it after the main SPServices code and it indeed works...!!! Background:- I had the same above issue with jquery-1.10.2.min.js and IE 11, it was rearranging the checkboxes on the screen but not saving the values back to SharePoint. After I loaded above js after the main SPServices.js, the values are getting saved to SharePoint :) :).
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: Great job rileywesley...!!! I copied your js code and loaded it after the main SPServices code and it indeed works...!!! Background:- I had the same above issue with jquery-1.10.2.min.js and IE 11, it was rearranging the checkboxes on the screen but not saving the values back to SharePoint. After I loaded above js after the main SPServices.js, the values are getting saved to SharePoint :) :).