如何在ajax的delete_id = $(this).attr('delete_id'); 'product_id' => ????中添加url jquery变量
我有一条路线:Route::delete('/{store}/{table_name}_{table_id}/{receipt_id}/shop/cart/{product_idserialize(); //prepare form data for Ajax
我有前端的HTML 5。我有选择标签,为用户提供部门选择的选项。一旦选择了部门并单击了SUBMIT按钮,该值将被传递给Web Service,后者将其存储在数据库中。I have called web service in action attribute of the form.我已经在表单中添加了<select>标记,以便以POST和@FormParam(...)<