jQuery 1.4 change event bug in IE
问题 I have this simple select: <select name="zlecenia_index_icpp" id="items_per_page"> <option value="10">10</option> <option value="25" selected="selected">25</option> <option value="50">50</option> </select> and on it there's: $('#items_per_page').change(function(){ var controller_action = this.name.replace(/_/g, '/'); location.href = config.base_url + '/' + controller_action + '/'+this.value; }); It used to work in jQuery 1.3, but in 1.4 the change event is fired as soon as I click on the