Skip to content

Instantly share code, notes, and snippets.

@bchhun
Forked from pier-oliviert/gist:4176290
Created November 30, 2012 15:11
Show Gist options
  • Save bchhun/4176312 to your computer and use it in GitHub Desktop.
Save bchhun/4176312 to your computer and use it in GitHub Desktop.
var obj = $("#mon_object_id");
obj.click(function() {
console.log("click !");
});
var sameSelector = $("#mon_object_id");
sameSelector.trigger("click");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment