Skip to content

Commit 05ca0ff

Browse files
authored
Update js-one-glance.json
1 parent f23b4b8 commit 05ca0ff

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

data/js-one-glance.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,55 @@
432432
"code": "a{3, 6}"
433433
}
434434
]
435+
}, {
436+
"title": "ইভেন্ট হ্যান্ডেলার",
437+
"items": [
438+
{
439+
"code": "onAbort"
440+
}, {
441+
"code": "onBlur"
442+
}, {
443+
"code": "onChange"
444+
}, {
445+
"code": "onClick"
446+
}, {
447+
"code": "onDblClick"
448+
}, {
449+
"code": "onError"
450+
}, {
451+
"code": "onFocus"
452+
}, {
453+
"code": "onKeyDown"
454+
}, {
455+
"code": "onKeyPress"
456+
}, {
457+
"code": "onKeyUp"
458+
}, {
459+
"code": "onLoad"
460+
}, {
461+
"code": "onMouseDown"
462+
}, {
463+
"code": "onMouseMove"
464+
}, {
465+
"code": "onMouseOut"
466+
}, {
467+
"code": "onMouseOver"
468+
}, {
469+
"code": "onMouseUp"
470+
}, {
471+
"code": "onMove"
472+
}, {
473+
"code": "onReset"
474+
}, {
475+
"code": "onResize"
476+
}, {
477+
"code": "onSelect"
478+
}, {
479+
"code": "onSubmit"
480+
}, {
481+
"code": "onUnload"
482+
}
483+
]
435484
}, {
436485
"title": "XMLHttpRequest(ফরম্যাট)",
437486
"items": [

0 commit comments

Comments
 (0)