I have some problems with jQuery in Kentico i try to implement jScrollPane, but have a error in the function of jScrollPane.
<script type="text/javascript">
$(function() //get javascript excetion here(Error: Object expected)
{
$('.scroll-pane').jScrollPane({ showArrows: true, scrollbarWidth : 25 });
}
);</script>
So if some has expirience with Kentico and jQuery please help, because i copy the same code in a new Visual studio web site and it works perfect.
Thanks,