All Projects → javan → Details Element Polyfill

javan / Details Element Polyfill

Licence: mit
<details>

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Details Element Polyfill

Hyperform
Capture form validation back from the browser
Stars: ✭ 729 (+229.86%)
Mutual labels:  polyfill, html5
Loading Attribute Polyfill
Fast and lightweight dependency-free vanilla JavaScript polyfill for native lazy loading / the awesome loading='lazy'-attribute.
Stars: ✭ 335 (+51.58%)
Mutual labels:  polyfill, html5
Formdata
HTML5 `FormData` polyfill for Browsers.
Stars: ✭ 292 (+32.13%)
Mutual labels:  polyfill, html5
Jquery Contextmenu
jQuery contextMenu plugin & polyfill
Stars: ✭ 2,148 (+871.95%)
Mutual labels:  polyfill, html5
One Page Website Html Css Project For Practice
This project is for html & css practice. We made this for youtube tutorial purpose.
Stars: ✭ 210 (-4.98%)
Mutual labels:  html5
Hardcandy Jekyll
一款清新 糖果色🍬 的 ‘Jekyll’ 主题。A candy-colored 🍬 ‘Jekyll’ theme.
Stars: ✭ 202 (-8.6%)
Mutual labels:  html5
Jekyll Spaceship
🚀 A Jekyll plugin to provide powerful supports for table, mathjax, plantuml, mermaid, emoji, video, audio, youtube, vimeo, dailymotion, soundcloud, spotify, etc.
Stars: ✭ 196 (-11.31%)
Mutual labels:  polyfill
Stisla
Free Bootstrap Admin Template
Stars: ✭ 2,772 (+1154.3%)
Mutual labels:  html5
Sheet Router
fast, modular client-side router
Stars: ✭ 219 (-0.9%)
Mutual labels:  html5
Viewscreen
Viewscreen - a personal video streaming server
Stars: ✭ 215 (-2.71%)
Mutual labels:  html5
Share Api Polyfill
A polyfill for the sharing that can be used in desktop too, so your users can shere in their twitter, facebook, messenger, linkedin, sms, e-mail, print, telegram or whatsapp.
Stars: ✭ 210 (-4.98%)
Mutual labels:  polyfill
Blockchain
A simple implementation of blockchain in java
Stars: ✭ 201 (-9.05%)
Mutual labels:  html5
Tickedoff
Tiny library (<200B gzip) for deferring something by a "tick"
Stars: ✭ 213 (-3.62%)
Mutual labels:  polyfill
Chimee
a video player framework aims to bring wonderful experience on browser
Stars: ✭ 2,332 (+955.2%)
Mutual labels:  html5
Cases
精选网页应用案例期刊
Stars: ✭ 217 (-1.81%)
Mutual labels:  html5
Pristine
Vanilla javascript form validation micro-library
Stars: ✭ 197 (-10.86%)
Mutual labels:  html5
Ionic Starter Template
Reinventing the wheel, again! Sorry Ionic Team... but there are many newbies learning on Youtube!
Stars: ✭ 208 (-5.88%)
Mutual labels:  html5
Jsqrscanner
JavaScript QR Code scanner for HTML5 supporting browsers
Stars: ✭ 212 (-4.07%)
Mutual labels:  html5
Streamsaver.js
StreamSaver writes stream to the filesystem directly asynchronous
Stars: ✭ 2,784 (+1159.73%)
Mutual labels:  html5
One Html Page Challenge
Can you create something cool without modern tools?
Stars: ✭ 205 (-7.24%)
Mutual labels:  html5

HTML <details> Element Polyfill

Implemented Features
  • Toggling on click
  • Toggling with element.open = true and element.open = false
  • Toggling with element.setAttribute("open", "") and element.removeAttribute("open")
  • Toggling with enter and space
  • Dispatching the toggle event
  • Focus support
Install
Browser Support

CI Status

Fine Print

Licensed under the MIT License

© 2019 Javan Makhmali

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].