what is onfocus and onblur events in java script?
Answers were Sorted based on User's Feedback
Answer / kumar kulandai
The onfocus event occurs when an object gets focus.
The onblur event occurs when an object loses focus.
| Is This Answer Correct ? | 20 Yes | 4 No |
How to write a script for "select" lists using javascript
What is a closure and why are they so useful to us?
how to activate and deactivate the constraint with all the default values
How to delete an array entry using javascript?
Which keyword is used to print the text in the screen?
What is difference == and === in javascript?
How to test 404 page in QA
Why we use java script when java also supports validation?
What boolean operators can be used in JavaScript?
To set all checkboxes to true using javascript?
What does “1?+2+4 Evaluate to? What about 5 + 4 + “3??
Can we create buttons in JavaScript ? if yes how? pls provide sample code... Thanks in advance.....