如何在使用javascript点击LINK按钮时显示进度条? [英] how to show progressbar while clicking on LINK button using javascript?

查看:68
本文介绍了如何在使用javascript点击LINK按钮时显示进度条?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨朋友



im在网站上工作,我已经使用jquery为按钮实现进度条的代码它正在工作但我想要同样的LinkBut​​ton ....



$('form')。live(submit,function(){

$ .showprogress();

});





为'按钮',其输入类型为提交......

但对于LinkBut​​ton我必须放什么????

请帮帮我







提前感谢。

Hi friends

i m working on website in which i have implemented code for progress bar using jquery for button it is working but i want same for LinkButton....

$('form').live("submit", function () {
$.showprogress();
});


for 'button' its input type is "submit"......
but for LinkButton what i have to put ????
please help me



thanks in advance.

推荐答案

('form')。live(submit,function(){
('form').live("submit", function () {


.showprogress();

});





为'按钮',其输入类型为提交......

但是对于LinkBut​​ton我需要放什么????

please帮助我







提前感谢。
.showprogress();
});


for 'button' its input type is "submit"......
but for LinkButton what i have to put ????
please help me



thanks in advance.


这篇关于如何在使用javascript点击LINK按钮时显示进度条?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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