Interview Question and Answer for Ajax 1) What is Javascript ? Answer:- An object-oriented computer programming language commonly used to create interactive effects within web browsers. 2) What is jQuery ? Answer:- jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML. jQuery is the most popular JavaScript library in use today, with installation on 65% of the top 10 million highest-trafficked sites on the Web. jQuery is free, open-source software licensed. 3) Difference Between javascript and JQuery ? Answer:- The main difference is: JavaScript is a programming language, while jQuery is a library. 4) $("div").css("width","300px").add("p").css("background-color","blue"); ? Answer:- This code will make the div tag size with width - 300px, and add a paragraph tag with background-color blue. 5) More efficient Lines? document.get.ElementById(...
Don’t walk in front of me… I may not follow Don’t walk behind me… I may not lead Walk beside me… just be my friend