Advertisement
ofcuteboys

Javascript for Drop Downs

Jan 2nd, 2014
824
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <script>
  2. $(document).ready(function(){
  3. $("#DIV ID HERE").click(function(){
  4. $("#DIV ID HERE").slideToggle("slow");
  5. });
  6. });
  7. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement