Script error only in ie10 / works perfect in all other browsers
问题 I use the following script to replace dropdowns into regular links. This works perfectly in firefox, chrome, safari and ie11 but does not work in ie10 and below. The script: function replaceDropDowns() { jQuery('.product_attribute_option_link').remove(); jQuery('#selected_combination').text(''); jQuery(".super-attribute-select").each(function() { var drop_down = jQuery(this); drop_down.hide(); drop_down.find("option[value!='']").each(function() { var option = jQuery(this); jQuery("<a>", {