What is the difference between settimeout() and setinterval() methods?
Answer / Siddharth
setTimeout() executes code once after the specified number of milliseconds, while setInterval() executes code repeatedly at a specified interval.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is vanilla js faster than jquery?
Please explain remove class jquery with example?
What are the various ajax functions?
How to get the direct parent of an element using ?
What is the script build up by jQuery?
Define the types of selectors in jquery?
How JavaScript and jQuery are different?
What is the use of val() method in jquery?
How to divide a page into parts using jquery mobile? : jquery mobile
What is the advantage of using minimized version of jQuery?
Explain the script build up by jquery?
Explain deferred and promise object in jquery? : jquery mobile