HI Guys...
I have jquery list menu box of sliding..
i want o use scroll bar..i have imported requrired files but when i import jqxpanel file so nothing show..
when i block jqxpanel file so lisemenubox shows but without scrollbar..i have also enable true scroll bar but its not showing..
what should i do?
i have these file...
<script type="text/javascript" src="../js2/scripts/jquery-1.8.2.min.js"></script>
<script type="text/javascript" src="../js2/jqwidgets/jqxcore.js"></script>
</script>
<script type="text/javascript" src="../js2/jqwidgets/jqxlistmenu.js"></script>
<script type="text/javascript" src="../js2/jqwidgets/jqxbuttons.js"></script>
<script type="text/javascript" src="../js2/jqwidgets/jqxscrollbar.js"></script>
<!-- <script type="text/javascript" src="../js2/jqwidgets/jqxpanel.js"></script> !--->
<script type="text/javascript">
$(document).ready(function () {
$('#list').jqxListMenu({ theme: getTheme(), autoSeparators: true, enableScrolling: true, height: '100%', showHeader: true, width: '1000px', showFilter: true, placeholder: 'Find contact...' });
});
</script>