IE8 and jquery - Object doesn't support this property or method

Posted by rjovic on Stack Overflow See other posts from Stack Overflow or by rjovic
Published on 2010-04-30T18:41:57Z Indexed on 2010/04/30 18:47 UTC
Read the original article Hit count: 661

Filed under:
|
|

Internet Explorer 8 is giving me error Message: Object doesn't support this property or method in this part of code :

<script>
$(function () {
$("div.scrollable").scrollable(
        {
            vertical: true,
            size: 3
        }).mousewheel();
});
</script>

Can someone tell me what am I missing here? Scrollable is working fine. Thank you..

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about ie8