摘要:
$(document).on('click', '.invoiceNumber', function () { var string = <%= StaticHelper.GetCurrentCompanyId.ToString()%>; string = string +" "+ $(this). 阅读全文
posted @ 2018-02-12 17:03
ChuckLu
阅读(389)
评论(0)
推荐(0)
摘要:
https://stackoverflow.com/questions/18897807/on-click-event-on-td-created-dynamically 按照这个,给td添加click事件,但是没有反应。 发现是因为没有引用JQuery导致的问题,无法识别$。 在Chrome的后台 阅读全文
posted @ 2018-02-12 16:38
ChuckLu
阅读(451)
评论(0)
推荐(0)
摘要:
Could not load file or assembly 'System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The sy 阅读全文
posted @ 2018-02-12 15:45
ChuckLu
阅读(2414)
评论(0)
推荐(0)