TripAdvisor Interview Question
68 Interview Reviews |
Back to all TripAdvisor Interview Questions & Reviews
Interview questions and reviews posted anonymously by interview candidates
Interview Question for Software Engineer/Web Developer at TripAdvisor:
In jQuery, describe how the selector syntax works for the click function.
See more for this TripAdvisor Software Engineer/Web Developer Interview
Helpful Question?
Yes |
No
Inappropriate?



0 of 0 people found this helpful
by Anonymous:
$('element').click(function () { }); handles a click event.