expandable menu jquery not working on IE works fine in other

expandable menu jquery not working on IE works fine in other

need help to modify this code to make it work in IE . other browsers works fine.
 

<

script src="js/jquery-1.5.1.min.js" type="text/javascript" charset="utf-8"></script>

<

script type="text/javascript">

$(document).ready(

function() {

$(

"#view_products").click(function () {

$(

"#nav_products").slideToggle("fast");

$(

this).toggleClass("active");

});

});

</script>

I even dowloaded the latest library but still no luck. thanks