Skip to content

Instantly share code, notes, and snippets.

<!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>
@ljkfgh2008
ljkfgh2008 / Twister.markdown
Created December 26, 2013 02:13
A Pen by Nils Schönwald.
@ljkfgh2008
ljkfgh2008 / No-Vacancy-404.markdown
Created December 21, 2013 10:39
A Pen by Riley Shaw.
@ljkfgh2008
ljkfgh2008 / button-style-2.markdown
Created December 16, 2013 02:00
A Pen by Arlekino.
@ljkfgh2008
ljkfgh2008 / Bubbly-Load-Animation.markdown
Created December 16, 2013 02:00
A Pen by Stephen Zuniga.
@ljkfgh2008
ljkfgh2008 / CSS-Magnify.markdown
Created December 10, 2013 03:54
A Pen by Tia Aoake.
@ljkfgh2008
ljkfgh2008 / css3animation.markdown
Created December 10, 2013 03:49
A Pen by ameyraut.
@ljkfgh2008
ljkfgh2008 / CSS-Spinning-AJAX-Wheel.markdown
Created December 10, 2013 03:46
A Pen by Jabran Rafique.
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 !== '') {