$(function(){ //editables $('#username').editable({ url: '/post', type: 'text', pk: 1, name: 'username', title: 'Enter username' }); });