Skip to content

Instantly share code, notes, and snippets.

View rocky-jaiswal's full-sized avatar

Rocky Jaiswal rocky-jaiswal

View GitHub Profile
<h1>Find Users</h1>
<form action="find" method="get">
<input type="text" placeholder="Enter Name" id="user-input"/>
</form>
<div id="user-selection" style="margin-top:10px;"></div>
<script>
$(function() {
var User = Backbone.Model.extend({});