about 9 years ago
jQuery is a javascript library used to solve various task by writing less number of codes.
JQUERY EVENT- An event express the particular moment when something happens.
List of events:-
Mouse Events | Keyboard Events | Form Events | Window Events |
click | keypress | submit | load |
dblclick | keydown | change | resize |
mouseenter | keyup | focus | scroll |
mouseleave | blur | unload |
Syntax for jquery event methods:
JQUERY METHODS- Methods performs different tasks in less number of codes.
Method | Description |
after() / before() | Used to add element just before or after another element |
change() | The change event will fire when value of target element is changed |
data() / removeData() | To add or delete the key/value pair in an element |
delay() | To hold/pause the animation for some time, and time will be passed in parameters |
replaceAll() / replaceWith() | Replace with replaces only one error and replace all replaces all the errors |
Can you help out the community by solving one of the following Javascript problems?
Do activity (Answer, Blog) > Earn Rep Points > Improve Rank > Get more opportunities to work and get paid!
For more topics, questions and answers, please visit the Tech Q&A page.
0 Comment(s)