Advertisement
Guest User

Untitled

a guest
Aug 28th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. $("ul li#airlines-list.dropdown.hlink").addClass("open");
  2.  
  3. $(document).on('click', '#register-btn', function()
  4. {
  5. $("ul li#airlines-list.dropdown.hlink").addClass("open");
  6. });
  7.  
  8. <a id="register-btn" class="register-btn btn btn-custom btn-rnd animated
  9. fadeInDown wow">Register</a>
  10. <li id="airlines-list" class="dropdown hlink">
  11. <a id="airlines-btn" href="#" data-toggle="dropdown" aria-expanded="true"><i class="ion-plane"></i>
  12. </a>
  13. <ul id="airlines" class="airlines dropdown-menu arrow">
  14. //somestuff
  15. </ul>
  16. </li>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement