Multiple choice technology web technology

Which is not a feature of jquery library?

  1. Utilities

  2. server side validations

  3. JavaScript Effects and animations

  4. HTML DOM traversal and modification

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

jQuery is a client-side JavaScript library that runs in the browser and cannot perform server-side validations. It provides utilities, effects/animations, and DOM manipulation, but server-side validation requires server-side code like PHP, Node.js, or ASP.NET.