I want to post some additional data alongside serialized data i got from user form input.
For instance,
$.post('update.php', $("#theform").serialize(),{cposition:swidget}, function(data) {
});
This does not post the additional post.How am i supposed to post the additional data?.