jQuery Binding
Always use all 3 parameters when binding events so you can target non-existent elements as well.
$('.container').on('click','.child',function(){
console.log('clicked!');
});
Make sure your selector exists first though!
Written by Cycododge
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Javascript
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#