Hi there,
Im facing a problem with jquery in the Internet Explorer 7 and 8:
Im Trying to add a option tag to a existing select:
var s = document.getElementById("category");
s.options.add(select_option);
But IE just says: “Object doesn't support this property or method” and points to the s.options.add(select_option); line...
Anybody an idea? Thanks Maechi