Zsailer on gh-pages
Add some buttons and worked on … Added a slider in the middle of a hack and 38 more (compare)
Zsailer on master
Add some buttons and worked on … Added a slider in the middle of a hack and 38 more (compare)
Zsailer on master
separate app configs from main … add app.js Merge pull request #9 from Zsai… (compare)
Zsailer on gh-pages
styling issues (compare)
Zsailer on master
styling issues (compare)
Zsailer on gh-pages
Add link to live version of app Re-adding gitter badge Adding require.js and single en… and 9 more (compare)
Zsailer on master
Cleaning template first backbone model Working backbone models and vie… and 4 more (compare)
python setup.py develop
develop
when you’re using Zach’s code…
var modal = function(title, text) {
var div = $('<div>').html(text).dialog({
title: title,
modal: true,
close: function() {
$(this).dialog('change').remove();
},
var button = $('<button>'){
text: "change",
click: function() {
$(this).dialog("close");
}
}
})
};
modal("Settings", "Change color");