Skip to content

Instantly share code, notes, and snippets.

View nhuthuynh's full-sized avatar

Nick Huynh nhuthuynh

  • Deputy
  • Enmore Road, Enmore NSW, Sydney
View GitHub Profile
@nhuthuynh
nhuthuynh / myapp.html
Created January 25, 2021 05:12 — forked from karthikshiraly/myapp.html
Very simple, basic backbone.js example with comments - Demonstrates how to get a value from one porition of UI and update it in another portion of UI via the model
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Backbone.js example</title>
<link rel="stylesheet" type="text/css" href="css/sunny/jqueryui.min.css"/>
</head>
<body>
<!-- "slider" is a jquery slider -->
<div id="slider"></div>