JQUERY - DOT NET Chapter Wise Interview Questions Question 1: What is jQuery? Answer: jQuery is a reusable JavaScript library which simplifies JavaScriptcoding. So rather than writing lengthy JavaScript code as shown below you can use jQuery, document.getElementByld(“txt 1”). value - “hello”; By jQuery the above JavaScript code is now simplified as shown below. $(“#txt1 … [Read more...]