Skip to content

Instantly share code, notes, and snippets.

@eastmedia
Created August 10, 2009 20:19
Show Gist options
  • Save eastmedia/165389 to your computer and use it in GitHub Desktop.
Save eastmedia/165389 to your computer and use it in GitHub Desktop.
3 $(document).ready(function() {
4 $('.blue').click(function() {
5 console.log('in function for click on blue class');
6 return false;
7 });
8 });
in function for click on blue class
in function for click on blue class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment