Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script src="jquery.js"></script>
- <script>
- $(document).ready(function(){
- $(".title1").click(function(){
- $(".table1").slideToggle("fast");});});
- $(document).ready(function(){
- $(".title2").click(function(){
- $(".table2").slideToggle("fast");});});
- $(document).ready(function(){
- $(".title3").click(function(){
- $(".table3").slideToggle("fast");});});
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement