Advertisement
Guest User

Untitled

a guest
Oct 13th, 2015
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(window).bind('load', function () {
  2.  
  3.     $('#cd-dropdown').dropdown({
  4.         gutter: 5
  5.     });
  6.  
  7. });
  8.  
  9. $(window).bind('load', function () {
  10.  
  11.     $('#cd-genre').dropdown({
  12.         gutter: 5
  13.     });
  14.  
  15. });
  16.  
  17. $(window).bind('load', function () {
  18.  
  19.     $('#cd-plarform').dropdown({
  20.         gutter: 5
  21.     });
  22.  
  23. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement