Response title
This is preview!
$('.joe li') would be a group of all li's in all joe which might work for some parts of your app, however if you only want to work within one list, you can specify the parent "joe" and do a find() within that parent. With dynamic pages and lots of "joe's" you need to be able to create these contexts so events don't occur in the wrong place
© 2013 jQuery Foundation
Sponsored by and others.