Toggle navigation
FORUM
Categories
Discussions
Sign In
Home
›
Developers
What is :only-of-type Selector in jQuery?
Siddhi_Patel
December 2019
in
Developers
What is :only-of-type Selector in jQuery?
Comments
anand9796
February 2020
:only-of-type selector selects every element that is the only child of its type, of its parent.
syntax for ":only-of-type Selector" is $(":only-of-type")
Sign In
or
Register
to comment.
Comments
syntax for ":only-of-type Selector" is $(":only-of-type")