Skip to content

Instantly share code, notes, and snippets.

@judsonmitchell
Last active April 4, 2017 00:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save judsonmitchell/048fc28014f8d6148024337f4fb25b1d to your computer and use it in GitHub Desktop.
Save judsonmitchell/048fc28014f8d6148024337f4fb25b1d to your computer and use it in GitHub Desktop.

Project Libraries

Bootstrap

Bootswatch: http://bootswatch.com/

Bootstrap: http://getbootstrap.com/

Navbar: http://getbootstrap.com/components/#navbar

List Group: http://getbootstrap.com/components/#list-group

Includes:

<!-- CSS file -->
<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" integrity="sha384-zF4BRsG/fLiTGfR9QL82DrilZxrwgY/+du4p/c7J72zZj+FLYq4zY00RylP9ZjiT" crossorigin="anonymous">

<!-- JS file -->
<script src ="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.1.0/js/bootstrap.min.js"></script>

JQuery Location Picker

Website: http://logicify.github.io/jquery-locationpicker-plugin/#start

Includes:

<!-- JS files -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCflDr2eiLDtWgmSYMyUYhYt0CAwi3ib8w&c"></script>
<script src="https://cdn.rawgit.com/Logicify/jquery-locationpicker-plugin/a8a5c5ca/dist/locationpicker.jquery.min.js"></script>
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>

Easy AutoComplete

Website: http://easyautocomplete.com/guide

Includes:

<!-- JS files -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/easy-autocomplete/1.3.5/jquery.easy-autocomplete.js"></script>
<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>

<!-- CSS file -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/easy-autocomplete/1.3.5/easy-autocomplete.min.css" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment