Backbone :)
https://www.tutorialspoint.com/backbonejs/router_extend.htm

C:\Users\Administrator\Desktop\gulp\index.html
<!DOCTYPE html>
<html>
<head>
<title>Backbone Example</title>
<link rel="stylesheet" href="lib\css\todos.css" />
<script src="lib/js/jquery-1.9.1.js"></script>
<script src="lib/js/underscore.js"></script>
<script src="lib/js/backbone.js"></script>
<script src="app.js"></script>
</head>
<body>
<div id="div1"></div>
<a href="/#view1">View 1</a>
<a href="/#view2">View 2</a>
<a href="/#view3">View 3</a>
</body>
</html>C:\Users\Administrator\Desktop\gulp\app.js
Previous====== Start Learn backbone.js tutorial from scratch for beginners =====Next1. Learn backbone.js tutorial from scratch(Part 2) Features and Working Principle of backbone.js
Last updated
Was this helpful?