<p align="left">
<a href="https://www.codesandbox.com/jerryharrison" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/socials/codesandbox.svg" width="32" height="32" /></a>
<a href="https://www.dribbble.com/jerryharrison" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/socials/dribbble.svg" width="32" height="32" /></a>
<a href="https://www.facebook.com/jerryharrison" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/socials/facebook.svg" width="32" height="32" /></a>
<a href="https://www.github.com/jerryharrison" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/socials/github.svg" width="32" height="32" /></a>
<a href="https://www.linkedin.com/in/jerryharrison" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/socials/linkedin.svg" width="32" height="32" /></a>
<a href="https://www.twitter.com/jerryharrison" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/socials/twitter.svg" width="32" height="32" /></a></p>### Badges<b>My GitHub Stats</b><a
href="http://www.github.com/jerryharrison"><img src="https://github-readme-stats.vercel.app/api?username=jerryharrison&show_icons=true&hide=prs,issues,contribs&count_private=true&title_color=0891b2&text_color=ffffff&icon_color=0891b2&bg_color=1c1917&hide_border=true&show_icons=true" alt="jerryharrison's GitHub stats" /></a>
🐢
Marathon not a sprint.
-
Indie Ventures, LLC
- Myrtle Beach, SC
- http://indieventures.com
- https://orcid.org/0009-0007-0705-190X
- @jerryharrison
Highlights
Pinned Loading
-
Wrapping Long URLs and Text Content ...
Wrapping Long URLs and Text Content with CSS 1span {
2white-space: pre; /* CSS 2.0 */
3white-space: pre-wrap; /* CSS 2.1 */
4white-space: pre-line; /* CSS 3.0 */
5white-space: -pre-wrap; /* Opera 4-6 */
-
Fullscreen code
Fullscreen code 12function goFullscreen(id) {
3// Get the element that we want to take into fullscreen mode
4var element = document.getElementById(id);
5 -
Quick-N-Dirty: Simple javascript con...
Quick-N-Dirty: Simple javascript confirmation alert. 1<a href="/users/delete/12" onclick="return confirm('Are you sure you want to delete this user?');">Delete</a>
-
Javascript: Grabbing the hash from t...
Javascript: Grabbing the hash from the location.href and targeting a specific state on a page. 123// auto open the album
4var hash = window.location.hash.toString().replace('#','').split('-');
5 -
Promises in sequence.
Promises in sequence. 1// Syncronus running of promises to process an array of objs (or anything really) in a series.
2// given an array:
34var items = [{type: 'peanuts', type: 'carrots'}];
5 -
Nice little mouse "icon" class to ap...
Nice little mouse "icon" class to apply to a div 1.mouse {
2height: 45px;
3width: 27px;
4border-radius: 24px;
5border: 2px solid rgba(0,0,0,.47);
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.