1515 <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
1616 <![endif]-->
1717 </ head >
18- < body style =" margin-top: 50px; " >
18+ < body >
1919 < nav class ="navbar navbar-expand-lg fixed-top navbar-light bg-light ">
2020 < button class ="navbar-toggler " type ="button " data-toggle ="collapse " data-target ="#navbarText " aria-controls ="navbarText " aria-expanded ="false " aria-label ="Toggle navigation ">
2121 < span class ="navbar-toggler-icon "> </ span >
2929 < a class ="btn btn-success my-2 my-sm-0 " href ="https://github.com/davicotico/jQuery-Menu-Editor " target ="_blank "> < i class ="fab fa-github "> </ i > View on Github</ a >
3030 </ div >
3131 </ nav >
32- < section class ="jumbotron text-center ">
32+ < section class ="jumbotron text-center " >
3333 < div class ="container ">
34- < h1 class ="jumbotron-heading "> jQuery Menu Editor 1.0.0</ h1 >
34+ < h1 class ="jumbotron-heading " style =" padding-top: 50px; " > jQuery Menu Editor 1.0.0</ h1 >
3535 < h4 > by Davicotico</ h4 >
3636 < p class ="lead text-muted "> Lightweight and Powerful Menu Editor.</ p >
3737 < p >
@@ -98,7 +98,6 @@ <h4>by Davicotico</h4>
9898 < button type ="button " id ="myEditor_icon " class ="btn btn-outline-secondary "> </ button >
9999 </ div >
100100 </ div >
101- < input type ="hidden " name ="icon " class ="item-menu ">
102101 </ div >
103102 < div class ="form-group ">
104103 < label for ="href "> URL</ label >
@@ -116,6 +115,7 @@ <h4>by Davicotico</h4>
116115 < label for ="title "> Tooltip</ label >
117116 < input type ="text " name ="title " class ="form-control item-menu " id ="title " placeholder ="Tooltip ">
118117 </ div >
118+ < input type ="hidden " name ="icon " class ="item-menu ">
119119 </ form >
120120 </ div >
121121 < div class ="card-footer ">
@@ -158,9 +158,9 @@ <h5>v0.9.0</h5>
158158 </ div >
159159 < script type ="text/javascript " src ='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js '> </ script >
160160 < script type ="text/javascript " src ="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.bundle.min.js "> </ script >
161+ < script type ="text/javascript " src ="jquery-menu-editor.min.js "> </ script >
161162 < script type ="text/javascript " src ="bootstrap-iconpicker/js/iconset/fontawesome5-3-1.min.js "> </ script >
162163 < script type ="text/javascript " src ="bootstrap-iconpicker/js/bootstrap-iconpicker.min.js "> </ script >
163- < script type ="text/javascript " src ="jquery-menu-editor.min.js "> </ script >
164164 < script >
165165 jQuery ( document ) . ready ( function ( ) {
166166 /* =============== DEMO =============== */
0 commit comments