We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 915dc44 + 155f549 commit f887eb7Copy full SHA for f887eb7
source/_posts/jquery.md
@@ -39,7 +39,7 @@ $(selector).methodOrFunction();
39
#### Example:
40
41
```javascript
42
-$("#menu").on("click", () => {
+$("#menu").on("click", function () {
43
$(this).hide();
44
});
45
0 commit comments