I want to post some additional data alongside serialized data i got from user form input.
For instance,
$.post(\'update.php\', $(\"#theform\").serial
You can append something to the end of serialized string.
$.post('update.php', $("#theform").serialize() + '&cposition:swidget', function(data) { });