The example in this article describes the usage of element selector in jQuery. Share it with everyone for your reference. The specific analysis is as follows:
This selector matches elements with the specified tag name. For example:
Example code:
JavaScript Zone
The above code can set the font color in the span element to green.
I hope this article will be helpful to everyone’s jQuery programming.