-
Updated
Aug 9, 2021 - JavaScript
#
dom
Here are 2,612 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
Aug 5, 2021 - 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
Aug 10, 2021 - 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
May 12, 2021 - JavaScript
CSS classes to move your DOM!
-
Updated
May 9, 2021 - CSS
-
Updated
Jul 8, 2021 - JavaScript
Common tasks of managing HTML DOM with vanilla JavaScript. Give me 1 ⭐ if it’s useful.
-
Updated
Aug 10, 2021 - Nunjucks
-
Updated
Aug 3, 2021 - C#
jimmywarting
commented
May 10, 2021
fd = new FormData
fd.set('a', new Blob)
fd.get('a') === fd.get('a') // false in chromium - true in FF & Safari (don't have IE on Mac)
Looks like there is no test to cover this senario: https://github.com/web-platform-tests/wpt/blob/e45a9f9e65d039c76817ee2a6a1ef02c9311a1cb/xhr/formdata/set-blob.any.js
I think fd.get('a') === fd.get('a')
should be true
A simple and fast API to monitor elements as you scroll
-
Updated
Dec 9, 2019 - JavaScript
Forgiving HTML and XML parser
-
Updated
Aug 9, 2021 - TypeScript
Tiny (2 KB) turboboosted JavaScript library for creating user interfaces.
-
Updated
Jul 30, 2021 - JavaScript
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
Jan 28, 2020 - Ruby
A Fast & Light Virtual DOM Alternative
lightweight
alternative
template
performance
js
dom
vanilla
template-literals
manipulation
virtualdom
-
Updated
Feb 17, 2021 - HTML
Light-weight, simple and fast XML parser for C++ with XPath support
-
Updated
Aug 8, 2021 - C++
javascript
testing
jest
dom
jsdom
jest-matchers
testing-library
react-testing-library
custom-matcher
dom-testing-library
testing-library-react
-
Updated
Aug 3, 2021 - JavaScript
A minimal WebAssembly virtual DOM to build C++ SPA (Single page applications)
-
Updated
Aug 5, 2021 - C++
Slip.js — UI library for manipulating lists via swipe and drag gestures
-
Updated
Mar 17, 2021 - JavaScript
Headless Chromium-based web performance metrics collector and monitoring tool
javascript
css
jquery
automation
dom
metrics
http2
chromium
developer-tools
webperf
phantomas
http3
domquery
webperformance
headless-chrome
puppeteer
-
Updated
Aug 9, 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.