Skip to content

Instantly share code, notes, and snippets.

@fhefh2015
Last active May 17, 2016 06:11
Show Gist options
  • Save fhefh2015/4b570f671fd7eb6afa93 to your computer and use it in GitHub Desktop.
Save fhefh2015/4b570f671fd7eb6afa93 to your computer and use it in GitHub Desktop.
jquery 为动态添加的元素绑定事件
$('someUlSelector').delegate('someLiSelector', 'click', function() {
//codes...
//$(this) for the current jquery instance of the element
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment