I want to submit a POST form that contains a textarea field and an input field(s) (type=\"checkbox\" with an arbitrary/variable number of checkboxes) on my website via jQuer
Check this out.
And on myurl.php you can use print_r($_POST['myCheckboxes']);
print_r($_POST['myCheckboxes']);