jQuery Online Test

TestDome skill assessments are used by more than 11,000 companies and 1,030,000 test takers.

For Jobseekers

Practice your skills and earn a certificate of achievement when you score in the top 25%.

Take a Practice Test

For Companies

Test candidates with real-world problems and interview the best ones.

Sign Up to Offer this Test

About the test

The jQuery online test assesses knowledge of programming in the JavaScript language and features of the jQuery library through a series of live coding questions.

The assessment involves solving work sample tasks such as:

  • Handling user events and manipulating DOM to build responsive web pages.
  • Using jQuery selectors to select proper HTML elements.
  • Initiating and handling asynchronous events.

A good Web front-end or JavaScript developer working with jQuery needs a solid understanding of the JavaScript programming language and the ability to use the functionality of the jQuery library to write maintainable code that works on all browsers.

Sample public questions

Hard
7 min
code
Public
jQuery
JavaScript
Selectors

An HTML div element contains a list of the most endangered species for each continent.

<div>
    <ul>
        <li data-continent="North America">California condor</li>
        <li data-continent="Europe">Cave bear</li>
    </ul>
</div>

Implement the function endangeredSpecies that returns the species's name for a particular continent.

For example, endangeredSpecies("North America") should return "California condor".

Hard
20 min
code
Public
jQuery
DOM Manipulation
Event Handling
JavaScript

A website needs a list where users can rank their favorite foods. Write the setup function, which should register click handlers on all Up! and Down! buttons. The Up! button should move the list item one place up in the list, while Down! button should move the list item one place down in the list.

Clicking the Up! button for the top list item or clicking the Down! button for the last list item should not have any effect on the list.

For example, consider this code:

document.body.innerHTML = `<ol>
  <li><button class="up">Up!</button>Taco<button class="down">Down!</button></li>
  <li><button class="up">Up!</button>Pizza<button class="down">Down!</button></li>
  <li><button class="up">Up!</button>Eggs<button class="down">Down!</button></li>
</ol>`;

setup();

If the button Up! button in Pizza list item is clicked, Pizza should be the first item in the list, while Taco should be the second item.

For jobseekers: get certified

Earn a free certificate by achieving top 25% on the jQuery test with public questions.

Take a Certification Test

Sample silver certificate

Sunshine Caprio

Java and SQL
TestDome
Certificate
TestDome logo icon

For companies: premium questions

Buy TestDome to access premium questions that can't be practiced.
Get money back if you find any premium question answered online.

Sign Up to Offer this Test

13 more premium jQuery questions

Copy Element, Loading Bar, Cards, Validation, Table of Names, A Tag, Product Rating, Post Comment, Reorder, Hide Button, Confirm, Row Appender, Double.

Skills and topics tested

  • jQuery
  • JavaScript
  • Selectors
  • DOM Manipulation
  • HTML5
  • Event Handling
  • Forms
  • Attribute Manipulation
  • Content Manipulation
  • Asynchronous Calls
  • Dialog Box
  • Error Handling

For job roles

  • JavaScript Developer
  • jQuery Developer
  • Web Front-End Developer

Sample candidate report

What others say

Decorative quote

Simple, straight-forward technical testing

TestDome is simple, provides a reasonable (though not extensive) battery of tests to choose from, and doesn't take the candidate an inordinate amount of time. It also simulates working pressure with the time limits.

Jan Opperman, Grindrod Bank

Product reviews

G2 - Crowd Badge
G2 - High Performer (2022)
Capterra - 4.5 Stars
Capterra - Shortlist (2023)

Used by

Solve all your skill testing needs

150+ Pre-made tests

From web development and database administration to project management and customer support. See all pre-made tests.

90+ skills

From JavaScript and SQL to English and customer support. See all questions to filter by skill.

Multi-skills Test

Mix questions for different skills or even custom questions in one test. See an example.

How TestDome works

1

Choose a pre-made test
or create a custom test

2

Invite candidates via
email, URL, or your ATS

3

Candidates take
a test remotely

4

Sort candidates and
get individual reports

Want to know more?