top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is QuerySelector in Javascript?

0 votes
391 views
What is QuerySelector in Javascript?
posted Feb 27, 2018 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

The querySelector() method returns the first element that matches a specified CSS selector(s) in the document. Note: The querySelector() method only returns the first element that matches the specified selectors.

answer Apr 30, 2018 by Chahat Sharma
...