-
Updated
Mar 2, 2022 - JavaScript
#
dom
Here are 3,074 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
Mar 1, 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
Feb 28, 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
Feb 23, 2022 - JavaScript
-
Updated
Mar 2, 2022 - JavaScript
CSS classes to move your DOM!
-
Updated
Feb 11, 2022 - 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#
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 28, 2022 - TypeScript
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 `
The fast & forgiving HTML and XML parser
-
Updated
Mar 2, 2022 - TypeScript
A simple and fast API to monitor elements as you scroll
-
Updated
Feb 17, 2022 - TypeScript
Tiny (2 KB) turboboosted JavaScript library for creating user interfaces.
-
Updated
Jan 27, 2022 - JavaScript
Open
Publish ES modules
6
IanVS
commented
Feb 24, 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 18, 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 16, 2022 - C++
A minimal WebAssembly virtual DOM to build C++ SPA (Single page applications)
-
Updated
Feb 27, 2022 - C++
cristianbote
commented
Oct 22, 2020
Slip.js — UI library for manipulating lists via swipe and drag gestures
-
Updated
Sep 23, 2021 - JavaScript
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.