inspiration: http://i.imgur.com/pLRMp8k.gif
A Pen by Nils Schönwald on CodePen.
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>JS Bin</title> | |
| <script type="text/javascript" src="http://lib.sinaapp.com/js/jquery/1.9.1/jquery-1.9.1.js"></script> | |
| <script> | |
| $(function(){ | |
| console.log($('.av-options a')); |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>JS Bin</title> | |
| </head> | |
| <body> | |
| </body> | |
| </html> |
inspiration: http://i.imgur.com/pLRMp8k.gif
A Pen by Nils Schönwald on CodePen.
Using novacancy.js to test out a 404 page concept. Feel free to use it, and if you're feeling nice give me a shout out!
A Pen by Riley Shaw on CodePen.
A Pen by Stephen Zuniga on CodePen.
CSS 3 Text Animation.
A Pen by Jabran Rafique on CodePen.
| var SITE = SITE || {}; | |
| SITE.fileInputs = function() { | |
| var $this = $(this), | |
| $val = $this.val(), | |
| valArray = $val.split('\\'), | |
| newVal = valArray[valArray.length-1], | |
| $button = $this.siblings('.button'), | |
| $fakeFile = $this.siblings('.file-holder'); | |
| if(newVal !== '') { |