我想使用AJAX将此数据存储到wordpress数据库中。
<form>
<input type="checkbox" class="get_value" value="Apple"><label>Apple</label><br/>
<input type="checkbox" class="get_value" value="IBM"><label>IBM</label><br/>
<input type="checkbox" class="get_value" value="Google"><label>Google</label><br/>
<input type="checkbox" class="get_value" value="Microsoft"><label>Microsoft</label><br/>
<input type="checkbox" class="get_value" value="Amazon"><label>Amazon</label><br/>
<br/>
<button type="button" name="submit" id="submit">Save</button>
</form>