New Events Not Delegated rule
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
|
||||
// Let's start the spaghetti code!!!
|
||||
|
||||
$('li').bind('mouseover', function() {});
|
||||
$('ul').find('li');
|
||||
$('li', $('#foo'));
|
||||
var foo = document.getElementById('foo');
|
||||
|
||||
Reference in New Issue
Block a user