Can you give me a brief history of your programming days? Where did it all start?
Answer / Shailesh Kumar Yadav
My journey into programming began in the early 2000s when I discovered JavaScript and its potential for creating interactive web applications. Since then, I've worked on numerous projects ranging from small personal websites to large-scale enterprise applications. My dedication to jQuery eventually led me to become an active contributor and eventual maintainer of the library.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the difference between .js and .min.js? : jquery mobile
Explain the animate function.
Explain the use of the $.fn.bind and $.fn.trigger.
How to disable/enable an element with jQuery?
What is the difference between onload() and document.ready()?
Difference between document.ready and window.onload? : jQuery Mobile
How to check/uncheck an input in jquery?
Can you use any other name in place of $ (dollar sign) in jQuery?
What is the difference between event.stopPropagation and event.stopImmediatePropagation?
Can you use multiple document.ready() function on the same page?
How to keep the submit text from showing with jquery mobile? : jquery mobile
What is jQuery code to select all links in first paragraph?