Tag: JQuery

  • jQuery MCQ (Multiple Choice Questions) II

    jQuery MCQ (Multiple Choice Questions) II

    Q 1. The jQuery method used for parsing the JSON text is – A. parseHTML() method B. parseJSON() method C. noConflict() method D. each() method Show Answer Answer:-B. parseJSON() method Explanation The jQuery parseJSON() method takes a JSON string and returns a JavaScript object. The specified JSON string must follow the strict JSON format. Passing…

  • jQuery MCQ (Multiple Choice Questions)

    jQuery MCQ (Multiple Choice Questions)

    Q 1. Which of the following sign is used as a shortcut for jQuery? A. the % sign B. the $ sign C. the & sign D. the @ sign Show Answer Answer:-B. the $ sign Explanation Every jQuery selector start with this dollar sign $(). This sign is known as the factory function. It…

You cannot copy content of this page