Closed DiegoLopesLima closed 11 years ago
Update this sintax:
$(selector).on('event', function() {});
To this:
$(document).on('event', selector, function() {});
Update this sintax:
To this: