Skip to content

Commit 7027230

Browse files
author
Mostafa Kamal
committed
ok
1 parent cbfed7e commit 7027230

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

javascript-developer/jquery/event.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ function myFunction(elmnt,clr) {
3333
$('body').on('click', '.editProduct', function () {
3434
var product_id = $(this).data('id');
3535
//
36+
}
3637
```
3738
3839
```html

0 commit comments

Comments
 (0)