Skip to content

Instantly share code, notes, and snippets.

View minordv8's full-sized avatar

Johnny J. Hernandez minordv8

View GitHub Profile
@minordv8
minordv8 / index.html
Created August 14, 2014 22:38
loading data into select // source http://jsbin.com/qefod/2
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="loading data into select" />
<link href="http://code.jquery.com/ui/1.11.1/themes/smoothness/jquery-ui.min.css" rel="stylesheet" type="text/css" />
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="http://code.jquery.com/ui/1.11.1/jquery-ui.min.js"></script>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" type="text/css" />