var request = foo.destroy({
success: function() {
window.location = request.getResponseHeader('Location');
}
})
Posted by Erick Bajao to Erick Bajao's Cards (2011-11-16 02:54)
var request = foo.destroy({
success: function() {
window.location = request.getResponseHeader('Location');
}
})