标签: jquery asp.net-mvc
如果我有标记
<div data-role="page" @(Page.Id == null ? string.Empty : "id=" + Page.Id) data-fullscreen="false">
在我的_Layout页面中,当有人进入我的Browse.cshtml视图时,我想要更改 data-fullscreen =“true”我怎么能做到这一点?
答案 0 :(得分:0)
$("#div").attr("data-fullscreen", "true");