We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbfed7e commit 7027230Copy full SHA for 7027230
javascript-developer/jquery/event.md
@@ -33,6 +33,7 @@ function myFunction(elmnt,clr) {
33
$('body').on('click', '.editProduct', function () {
34
var product_id = $(this).data('id');
35
//
36
+}
37
```
38
39
```html
0 commit comments