Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.46 KB | None | 0 0
  1.       <ul>
  2.         <li class="dropdown">
  3.           <a href="#" onclick="doStuff1();return false;"data-toggle="dropdown">Menu<i class="icon-arrow"></i></a>
  4.           <ul class="dropdown-menu">
  5.             <li><a href="#" onclick="function1();return false;">F1</a></li>
  6.             <li><a href="#" onclick="function2();return false;">F2</a></li>
  7.             <li><a href="#" onclick="function2();return false;">F3</a></li>
  8.           </ul>
  9.         </li>
  10.       </ul>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement