Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><strong>Got your code working here</strong>: <a href="http://jsfiddle.net/cavmj/" rel="nofollow noreferrer">http://jsfiddle.net/cavmj/</a></p> <p>Used your supplied javascript and HTML. So I would guess it's some of the files that aren't being loaded correctly.</p> <p>Make sure it loads:</p> <pre><code>&lt;script src="Rules/navbar/jquery.ui.menu.js"&gt;&lt;/script&gt; &lt;script src="Rules/navbar/jquery.ui.menubar.js"&gt;&lt;/script&gt; </code></pre> <p>And that the CSS file can import:</p> <pre><code>jquery.ui.menu.css jquery.ui.menubar.css </code></pre> <p>Maybe try linking direct:</p> <pre><code>&lt;link rel="stylesheet" href=http://code.jquery.com/ui/1.8.19/themes/base/jquery-ui.css"&gt; &lt;link rel="stylesheet" href="http://view.jqueryui.com/menubar/themes/base/jquery.ui.menu.css"&gt; &lt;link rel="stylesheet" href="http://view.jqueryui.com/menubar/themes/base/jquery.ui.menubar.css"&gt; </code></pre> <p>If this is not the problem try checking for console errors.</p> <p>If you have firefox with firebug, Chrome or IE9 (or above): <strong>Press F12 and choose Console</strong></p> <p>There it will say if it encountered any JavaScript errors on load.</p> <hr> <p>Checked your link. You are missing the jquery ui, menu, and menubar scripts. Try adding the following:</p> <pre><code>&lt;script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="http://view.jqueryui.com/menubar/ui/jquery.ui.menu.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="http://view.jqueryui.com/menubar/ui/jquery.ui.menubar.js" type="text/javascript"&gt;&lt;/script&gt; </code></pre> <p>And you are missing a quote on the jquery ui CSS file it should be</p> <pre><code>&lt;link rel="stylesheet" href="http://code.jquery.com/ui/1.8.19/themes/base/jquery-ui.css"&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload