Javascript HELP!!!

Out of context: Reply #17

  • Started
  • Last post
  • 25 Responses
  • acescence0

    yeah, that's a conflict with another javascript library. just change all of the instances of the dollar sign to jQuery:

    jQuery(document).ready(function...
    jQuery("#fadeBlock").hide();
    jQuery("#clicky").click(function...
    jQuery("#fadeBlock").fadeIn('fas... function() {
    jQuery("body").click(function(){
    jQuery("#fadeBlock").fadeOut();
    jQuery("body").unbind("click");
    });
    });
    });
    });

    • well it screwed it all up here, but you get the idea.acescence

View thread