Advertisement
themesbygeorgia

Page 11 -- Updates4 Code1

Oct 16th, 2014
2,178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <!--coded by wonderfullythemes for Updates Tab #4
  2. please don't remove this credit thank you -->
  3. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  4. <script>
  5. $(document).ready(function(){
  6. $(".convo").click(function(){
  7. $(".content").slideToggle('slow');
  8. });
  9. });
  10. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement