parent
eff0a17ccf
commit
1405803426
|
@ -42,27 +42,4 @@
|
||||||
dreamInput.focus();
|
dreamInput.focus();
|
||||||
};
|
};
|
||||||
|
|
||||||
})()
|
})()
|
||||||
|
|
||||||
/*
|
|
||||||
$(function() {
|
|
||||||
console.log('hello world :o');
|
|
||||||
|
|
||||||
$.get('/dreams', function(dreams) {
|
|
||||||
dreams.forEach(function(dream) {
|
|
||||||
$('<li></li>').text(dream).appendTo('ul#dreams');
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
$('form').submit(function(event) {
|
|
||||||
event.preventDefault();
|
|
||||||
var dream = $('input').val();
|
|
||||||
$.post('/dreams?' + $.param({dream: dream}), function() {
|
|
||||||
$('<li></li>').text(dream).appendTo('ul#dreams');
|
|
||||||
$('input').val('');
|
|
||||||
$('input').focus();
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
});
|
|
||||||
*/
|
|
Loading…
Reference in New Issue