98-375 · Question #107
98-375 Question #107: Real Exam Question with Answer & Explanation
The correct answer is B. jQuery D. YUI. jQuery, Yahoo! User Interface (YUI), and Modernizr are all JavaScript libraries. A JavaScript library that has seen widespread adoption is the jQuery library. This library is designed to perform Hypertext Markup Language (HTML) Document Object Model (DOM) manipulations by using a
Question
Options
- APHP
- BjQuery
- CASP.NET Ajax Extensions
- DYUI
- EModernizr
Explanation
jQuery, Yahoo! User Interface (YUI), and Modernizr are all JavaScript libraries. A JavaScript library that has seen widespread adoption is the jQuery library. This library is designed to perform Hypertext Markup Language (HTML) Document Object Model (DOM) manipulations by using a simple JavaScript syntax that works across most modern Web browsers. The modularity of jQuery permits additional libraries for performing User Interface (Ul) animations, user-input validations, and offers many other capabilities that you can easily add to an HTML application. Another popular JavaScript library is YUI. This library, managed by Yahoo!, performs many tasks similar to jQuery: DOM manipulation, animations, Ajax requests, and others. Developers use the Modernizr JavaScript library to detect which standard (and sometimes not-so- standard) features are supported by the client's Web browser. ASP.NET Ajax Extensions are server-side .NET extensions used to extend the Microsoft ASP.NET web development platform with Ajax features. This technology is used for dynamically creating JavaScript using .NET-compatible programming languages such as C# or Visual Hypertext Preprocessor (PHP) is a server-side web development platform. Its primary purpose is to write server-side code that generates HTML dynamically. Web pages generated by PHP can be configured to use JavaScript libraries such as those listed above, but are not JavaScript libraries in themselves.
Community Discussion
No community discussion yet for this question.