Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Merging Responsive MultiLevelMenu and TableSorter but only 1 works at a time

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #186708
    mac_see
    Participant

    I am trying to merge a Multi Level Menu and Table Sorter Plugin. I added all required CSS, JS and other references but the problem is only one works at a time. when I click on the MultiLevelMenu, it does not open

    Within the body tag, when I add the following two lines just above the script that calls the menu, the menu works but then the tablesorter plugin stops working.

     

    So from the following code, if I remove the first two lines, tablesorter works and menu stops working and if I keep it as it is, the menu works and tablesorter stops
    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
    <script src="../js/jquery.dlmenu.js"></script>
    <script>
    $( '#dl-menu' ).dlmenu({
    animationClasses : { classin : 'dl-animate-in-2', classout : 'dl-animate-out-2' }
    });
    </script>

    Please advice how can I solve this problem. Here are the screenshots:
    1. Table Sorter works and Menu doesnt<br> 2. Menu works and table sorter doesnt

Viewing 1 post (of 1 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.