执行jquery时,从母版页显示asp按钮? [英] display an asp button from master page when jquery is executed?

查看:89
本文介绍了执行jquery时,从母版页显示asp按钮?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是jquery和asp .net领域的新宠。

I am new bee to jquery and asp .net field.


我被赋予了显示任务执行jquery时的登录按钮。主页面上已经存在该按钮。

I was given a task of displaying the login button when a jquery is executed .The button is already present on the master page.

任何人都可以解释如何执行此任务吗?如果有人帮忙的话,这将有很大的帮助我该怎么做?

Can any one explain how to do this task?That will be of great help if any one helps me how to do this?

非常感谢负责任的回复。

Responsible replys are greatly appreciated.

推荐答案

你可能应该这样做在ASP.Net论坛上问一下,会得到更好的支持。
http://forums.asp.net/

但我想,你可以这样做


(document).ready(function(){
(document).ready(function () {


('#yourButtonID')。hide(); //或show()如果你想要它出现。

});
('#yourButtonID').hide(); // or show() if you want it appear. });





这篇关于执行jquery时,从母版页显示asp按钮?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆