serverSync 

var $notes = $('<textarea />').text(topic.notes)
    .serverSync({
        url: '/topic/set-notes/' + topic.id,
        field_name: 'notes',
        timeout: 10000
    });