Sizzle - An Open-Source pure-JavaScript CSS selector engine

in #steemhunt6 years ago

Sizzle

An Open-Source pure-JavaScript CSS selector engine


Screenshots

sizzle.JPG


Hunter's comment

CSS is a well-known term to the Web designers and coders. It is responsible for the styling your webpages. Sizzle is a standalone and Open-Source JavaScript based CSS selector engine. It comes with an easy to use API as well. It prominent feature is that it provides a significant error message upon syntax issues.

Github


Link

https://sizzlejs.com/



Steemhunt.com

This is posted on Steemhunt - A place where you can dig products and earn STEEM.
View on Steemhunt.com

Sort:  

Keep following the posting guidelines and hunt cool products!
Connect with Steemhunt

A selector engine is a JavaScript library and javascript tree that lets you select elements in the DOM tree using some kind of string for identifying them (think regular expressions for DOM elements). Most selector engines use some variation of the CSS3 selector's syntax so, for example, you can write something like:

[code]var paragraphs = selector engine.select('p.firstParagraph')[/code]
to select all P elements in the document with the class first paragraph.

Congratulations!

We have upvoted your post for your contribution within our community.
Thanks again and look forward to seeing your next hunt!

Want to chat? Join us on:

Coin Marketplace

STEEM 0.13
TRX 0.34
JST 0.035
BTC 108074.45
ETH 4399.12
USDT 1.00
SBD 0.83