In my jQuery am displaying my results in a table formatted output, a part of my jQuery is
9条回答 太阳男子 (楼主) 2020-12-24 12:05 Try this my friend // Confirmation Message On Delete Button. $('.close').click(function() { return confirm('Are You Sure ?') }); 0 讨论(0) 查看其它9个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
Try this my friend
// Confirmation Message On Delete Button. $('.close').click(function() { return confirm('Are You Sure ?') });