Slider code not working in IE6
Hi there
There seems to be a code error that's preventing this from working in IE6.
<script type='text/javascript'>
jQuery(function() {
$("#slider").mySlider();
});
</script>
I get "Error: Object doesn't support this property or method".
Apologies if this doesn't make much sense, not very experienced in jQuery.
Thanks
Sean