Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个网站,它有多个页面,每个页面上的数据都大不相同。我想要一种将不同的视图模型绑定到每个页面的方法,而不必将 javascript 放入每个页面。
我应该在容器 div 元素的负载处理程序中绑定视图模型吗?
我想这会奏效。
if($('#myelement').length) { //Bind view model }