Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

backbone.js alternatives that plays ball with jQuery?

Are there any alternatives to something like backbone.js out there that provides some framework/structure to your front end javascript - but don't have any unwanted dependencies and are more closely married to jQuery?

like image 803
arnorhs Avatar asked Feb 03 '11 02:02

arnorhs


Video Answer


2 Answers

Are you asking for an easy to use MVC framework? because Sammy.js seems to be by far the most easy RESTful framework with routes, managing hash changes, and templating plugins.

like image 70
tsiokos Avatar answered Oct 27 '22 10:10

tsiokos


have you checked SproutCore

also JavaScriptMVC

like image 41
Kris Ivanov Avatar answered Oct 27 '22 09:10

Kris Ivanov