I hereby claim:
- I am ncksllvn on github.
- I am nicksullivan (https://keybase.io/nicksullivan) on keybase.
- I have a public key ASBhF4aqqSxnc5a7WByvKwz-29SWicEnClWT_LTJNXRPkQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Desired Enhancements:
Follow-up to uswds/uswds#2173.
The current 12-column grid system works very well on large screens but is limited when developing layouts that require more granular control for smaller devices.
| /** | |
| * Nick Sullivan | |
| * [email protected] | |
| * Translates an array into a DOM string. | |
| * Example: | |
| * | |
| * arrayToDom(['a', ['b', 'More'], ' Text']) // => "<a><b>More</b> Text</a>" | |
| * | |
| */ |
| <a>tell a friend</a> | |
| <script> | |
| window.onload = function(){ | |
| var html = ('<html><body><h1>This is a test</h1></body></html>') | |
| var a = document.getElementsByTagName('a')[0] | |
| a.setAttribute( 'href', REF="mailto:?subject=look at this website&body=" + html ) |