如何使用ajax

时间:2018-10-25 07:17:24

标签: php ajax wordpress

我想使用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>

0 个答案:

没有答案