Skip to content

A simple list of names put into a list rendered by backbone.js, which can be reordered by dragging and dropping them. When a name is clicked, the user is alerted of the value.

Notifications You must be signed in to change notification settings

mbecker73/Backbone-Name-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This simple JavaScript application creates a list of names rendered using Backbone.js. The user can sort the list by dragging and dropping the names (done using jQuery) and when a name is clicked, the user is alerted of the value of the name clicked. Used as an introductory application to learning about backbone.js. The list is populated from sample data from a MySQL database.

Live version of this code is available at www.matthewscottbecker.com/list.php.

About

A simple list of names put into a list rendered by backbone.js, which can be reordered by dragging and dropping them. When a name is clicked, the user is alerted of the value.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published