Skip to content

Instantly share code, notes, and snippets.

@hunt808
Last active December 12, 2015 00:18

Revisions

  1. hunt808 revised this gist Jan 31, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    $( document ).ready(function() {
    $("selector").click() {
    $("a").click(function( event ) {
    alert("do something");
    });
    });
  2. hunt808 created this gist Jan 31, 2013.
    5 changes: 5 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    $( document ).ready(function() {
    $("selector").click() {
    alert("do something");
    });
    });