-
Updated
Feb 4, 2022 - JavaScript
#
dom
Here are 2,976 public repositories matching this topic...
hedefalk
commented
Jun 27, 2019
Marko Version: 4.18.4
Details
I use some facebook markup that I let facebook parse from DOM:
<fb:login-button
auto-logout-link="false"
button-type="continue_with"
size="large"
scope="public_profile,email"
use-continue-as="true">
</fb:login-button>
In my onMount I then let the facebook API do it's thing with th
jsoup: the Java HTML parser, built for HTML editing, cleaning, scraping, and XSS safety.
-
Updated
Feb 4, 2022 - Java
DOMPurify - a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. DOMPurify works with a secure default, but offers a lot of configurability and hooks. Demo:
javascript
svg
html
security
dom
xss
mathml
sanitizer
dompurify
cross-site-scripting
prevent-xss-attacks
-
Updated
Jan 31, 2022 - JavaScript
The ZeroClipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie and a JavaScript interface.
javascript
clipboard
flash
web
movie
frontend
dom
dom-element
adobe-flash
choice
codebase
apache-flex
adobe-flex
zeroclipboard
rollover
zeroclipboard-library
-
Updated
Feb 15, 2021 - JavaScript
An absurdly small jQuery alternative for modern browsers.
-
Updated
Dec 17, 2021 - JavaScript
-
Updated
Jan 25, 2022 - JavaScript
CSS classes to move your DOM!
-
Updated
Aug 10, 2021 - CSS
Common tasks of managing HTML DOM with vanilla JavaScript. Give me 1 ⭐ if it’s useful.
-
Updated
Dec 20, 2021 - HTML
-
Updated
Jan 23, 2022 - C#
zcorpan
commented
Sep 16, 2020
Relevant spec sections:
https://drafts.csswg.org/selectors-4/#the-dir-pseudo
https://html.spec.whatwg.org/multipage/semantics-other.html#selector-ltr
The interesting cases to test are from the definition of "directionality" in HTML:
https://html.spec.whatwg.org/multipage/dom.html#the-directionality
- element with
dir="ltr"matches:dir(ltr)(#26159) - root element without `
Relocate resource intensive third-party scripts off of the main thread and into a web worker. 🎉
javascript
performance
dom
analytics
web-worker
3rd-party
webworker
lighthouse
3rdparty
lighthouse-score
core-web-vitals
-
Updated
Feb 4, 2022 - TypeScript
The fast & forgiving HTML and XML parser
-
Updated
Feb 1, 2022 - TypeScript
A simple and fast API to monitor elements as you scroll
-
Updated
Jan 15, 2022 - TypeScript
Tiny (2 KB) turboboosted JavaScript library for creating user interfaces.
-
Updated
Jan 27, 2022 - JavaScript
arty-name
commented
Jan 10, 2022
Web Application Security Scanner Framework
javascript
ruby
crawler
security-audit
modular
hack
dom
analysis
scanner
detection
hacking
xss
audit
web-application
penetration-testing
sql-injection
vulnerability-detection
arachni
scanners
-
Updated
Feb 1, 2022 - Ruby
A Fast & Light Virtual DOM Alternative
lightweight
alternative
template
performance
js
dom
vanilla
template-literals
manipulation
virtualdom
-
Updated
Oct 7, 2021 - HTML
Light-weight, simple and fast XML parser for C++ with XPath support
-
Updated
Feb 2, 2022 - C++
A minimal WebAssembly virtual DOM to build C++ SPA (Single page applications)
-
Updated
Jan 14, 2022 - C++
Slip.js — UI library for manipulating lists via swipe and drag gestures
-
Updated
Sep 23, 2021 - JavaScript
huanqingli
opened
Mar 8, 2021
Improve this page
Add a description, image, and links to the dom topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dom topic, visit your repo's landing page and select "manage topics."


When looking up an attribute with .attr(), the name of the attribute should be lowercased before looking up in .attribs object.