I need to revert back to the default option on a form on a search results page on magento.
I have used the following Jquery and it works fine on firefox. The problem is with IE.
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery('#form-validate-small option:selected').removeAttr('selected');
});
</script>
hope that makes sense
thanks
This should work:
Got it working on http://jsfiddle.net/VDw7B/3/