Advertisement
planthed

links table step 2

Sep 22nd, 2015
718
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <script src="jquery.js"></script>
  2. <script>
  3. $(document).ready(function(){
  4. $(".title1").click(function(){
  5. $(".table1").slideToggle("fast");});});
  6. $(document).ready(function(){
  7. $(".title2").click(function(){
  8. $(".table2").slideToggle("fast");});});
  9. $(document).ready(function(){
  10. $(".title3").click(function(){
  11. $(".table3").slideToggle("fast");});});
  12. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement