var my_data = { post_data: $('form').serialize(), my_var: $('td.my_td').text() } $.ajax({ url: 'index.html', data: my_data, // etc });