Wanted to create a quick and simple generator which made tables suitable for accessibility.
A Pen by nicholasnadel on CodePen.
| Hide announcement stories on author's page. | |
| https://news.chapman.edu/author/bonker/ | |
| Retire older blog sites - News & Stories, Magazine blogs, Inside.chapman.edu | |
| https://blogs-staging.chapman.edu/magazine/ | |
| https://blogs-staging.chapman.edu/magazine/2013/09/19/teaching-exploration/ | |
| https://blogs-staging.chapman.edu/magazine/2013/09/18/class-notes-fall-2013/ | |
| https://blogs-staging.chapman.edu/magazine/2013/09/16/the-rev-dean-echols-46/ |
| <body> | |
| <div class="wrapper"> | |
| <div class="item zoom"> | |
| <div class="item-parent"> | |
| <p>Parent</p> | |
| </div> | |
| <div class="pair"> | |
| <div class="item-childrens"> | |
| <div class="item-child"> | |
| <div class="item"> |
| <div class="omni-wrapper"> | |
| <div class="omni"> | |
| <p>No JS Smooth Scroll University</p> | |
| <div class="inline"> | |
| <a href="#one">1</a> | |
| <a href="#two">2</a> | |
| <a href="#three">3</a> | |
| <a href="#four">4</a> | |
| <a href="#test">5</a> | |
| <a href="#middle">middle</a> |
| // demo: http://recordit.co/OcBSU8eFz0 | |
| // 1) open https://twitter.com/i/bookmarks | |
| // 2) open browser JavaScript console | |
| // 3) paste & run this code. try running twice if there's an issue starting. | |
| // 4) right click console output > copy to clipboard > paste Bookmarks into text editor/notes app of choice | |
| function getBookmarkedTweets() { | |
| $("article").each(function (e) { | |
| var t = $(this), |
Wanted to create a quick and simple generator which made tables suitable for accessibility.
A Pen by nicholasnadel on CodePen.
| <a href="https://soundcloud.com" class="float"> | |
| </a> | |
| <canvas id="theCanvas" width="1024" height="256" title="Press Play!"></canvas> | |
| <div class="flex-container"> | |
| <div> | |
| <button id="oscilloscopeButton" type="button" class="btn btn-default">Oscilloscope</button> | |
| <button id="frequencyBarsButton" type="button" class="btn btn-default">Frequency bars</button> | |
| </div> | |
| <div> | |
| <button id="playButton" type="button" class="btn btn-primary"><h1>► Play Track!</h1></button> |