The PHP:
The HTML:
You would have to modify your PHP script to allow for this.
For example:
PHP:
if (isset($_POST['change'])) { $mainView = $_POST['change']; echo $mainView; }
HTML & jQuery:
Change the var