发布网友 发布时间:2022-04-23 05:10
共1个回答
热心网友 时间:2022-04-20 10:16
页面的html:
<input class="ui-button " value="修改" data-url="/Account/MyHtml" type="button" id="cancle" />
jQuery代码:
$("<a>").attr("href", $(this).data("url")).hide().appendTo("body")[0].click();
在js中写这段代码。url——是你要链接的地址。追问谢谢,不过我不要按钮,只要把当前层上文字进行链接即可。有办法吗
追答那你把图片当做背景图片: background:url(/Images/layout/top.png) no-repeat center top;
再用文字标签
你的链接我点不过去!具体的页面看不见