I am using jQuery MultiSelect Widget . When using IE, if I select 3 options from the main drop-down list, go to another page and then click the back button, the values ββare saved in the drop-down list. If I refresh the page, the values ββare still saved. Strength renewal cleans up values.
In Chrome, if I do the same, the values ββare not saved.
With my website (which, unfortunately, is not yet accessible via the Internet), in IE8 the checked state of the flags seems to be saved visually, but the state of the flag is not checked.
I tried calling the uncheckAll method and the checkboxes are still checked. I put a warning in my code to display the number of selected options, and the value is zero, even if the checkboxes are selected.
How is the state of the multi-select list maintained by IE and can it be prevented?
source share