html - Issue with dropdown -


i'm stuck dropdown don't work...

i'have php application , , used create file included everywhere in app , contains menu.

i forget include files, idk. here <head>

<link href="css/bootstrap-responsive.min.css" rel="stylesheet">     <link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />     <link rel="stylesheet" href="css/bootstrap.css" />     <link rel="stylesheet" href="css/main.css" />     <script src="http://code.jquery.com/jquery-1.9.1.js"></script>     <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>     <script src="js/bootstrap.js"></script> 

so , include jquery lib , css files ,and bootstrap.js.. what's wrong ?

notice snippet work in other application, change things links.. that's why suppose have forget :/

here fiddle : http://jsfiddle.net/gq7hf/

do see hurting eyes ? hudge error don't notice ?

thanks advance ! :)

ps : i'm on chrome

if remove js code let fiddle supply bootstrap.js works charm. have change in code? try use cdn für bootstrap.js ... should work

good luck


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -