jQuery 1.4.4 - issue with attr('selected', null)
- by Renso
Issue:
The code below worked before under version jQuery 1.4.2 but when I upgraded to version 1.4.4 it no longer worked as expected - it did not unselect the list box item, only setting "selectd" worked:
_handleClick: function(elem) {
var…