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>    

Recommended Answers

All 2 Replies

you have a element on the page with the id 'list'?

theres also an extra </script> tag in there but that might just be a copying error

Since i didnt write the package and havn't used it i can only suggest using the javascript console to check for errors

yes there is element id list//

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.