I have a table
Food Name: Restaurant Name: 5条回答 慢半拍i (楼主) 2021-01-31 19:08 What you forgot to do is to set hash in your link. example: delete should be delete or return false; at end of your $(document).ready(function() { $("#favoriteFoodTable .deleteLink").on("click",function() { ... return false; }); }); 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
What you forgot to do is to set hash in your link. example:
delete
should be
or
return false;
at end of your
$(document).ready(function() { $("#favoriteFoodTable .deleteLink").on("click",function() { ... return false; }); });