Advertisement
BakerMan

Untitled

May 20th, 2013
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <p><script type="text/javascript">
  2. jQuery(document).ready(function() {
  3. jQuery('#show_hidden_categories').click(function() {
  4. //jQuery('#event-categories').css('overflow-y', 'scroll');
  5. jQuery('.hidden_category').show('medium');
  6. jQuery('#show_hidden_categories').hide();
  7. return false;</p>
  8. <p> });
  9. });</p>
  10. <p></script></p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement