Basic jQuery MCQ Interview Question’s & Answer’s Basic jQuery 1 / 10 Which is the correct jQuery statement to hide all elements having class name "new"? $("new").hide() $(new).hide() $(".new").hide() $("#new").hide() 2 / 10 Which is the correct jQuery statement to hide all <div> elements? $("div").hide() $(div).hide() $(".div").hide() $("#div").hide() 3 / 10 Which jQuery is used to hide the current element? $(this).hideelement() $(this).hide('true') $(this).hide(0) $(this).hide() 4 / 10 Which sign is used to define/access jQuery? $ . & # 5 / 10 Which feature(s) jQuery contains? HTML/DOM manipulation CSS manipulation HTML event methods Effects and animations AJAX Utilities All of the above 6 / 10 Is jQuery case-sensitive? Yes No 7 / 10 In which year jQuery was initial released? 2004 2005 2006 2007 8 / 10 Who developed jQuery? John Richard John Resig John Carter John Alexander 9 / 10 To work with jQuery, you should have the basic knowledge of these topics? HTML CSS JavaScript All of the above 10 / 10 jQuery is a ______. JavaScript Library JSON Library Java Library JSON and CSS Library Your score isThe average score is 0% 0% Restart quiz