Bootstrap Modal Ajax not working on click

和自甴很熟 提交于 2019-12-24 20:00:27

问题


Bootstrap Modal Ajax not working on click without the alert on second line. please help http://pastebin.com/cyXdWSPq


回答1:


Try wrapping your code in a $(document).ready(function(){}) or equivalent. When I see stuff like this it's usually because the document is not fully loaded yet. Give it a shot.



来源:https://stackoverflow.com/questions/17895530/bootstrap-modal-ajax-not-working-on-click

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!