Simple life, Complicated mind
Friday, June 19, 2015
The difference between return false; and e.preventDefault();
function() { return false; } // IS EQUAL TO function(e) { e.preventDefault(); e.stopPropagation(); }
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment