English 中文(简体)
j 质量:如果元件被装上亚克斯事件?
原标题:jQuery: if element gets loaded with ajax event?

不容置疑。 我试图在我的博客旁边铺开一点小gin。 粉.有Ajax。 它包含一种形式,在提交时,它装上了<条码>iv#error_msg或div#success_msg(全部通过jax)。

难道有办法让我知道这块小块何时出现? 只有这样,才有希望:在提交表格时,我想先把案文摆在旁边bar。 两个小区之一(错误或成功)一旦被装上这种表格,即希望再次删除预定内容。

你们是否知道这样做的方法? 我不想ed弄花gin的源代码!

编辑:没有定义的支票! 为什么?

var check = 0;

function showLoader() {
        $( #mc_signup_form ).prepend( <span class="loading"> loading </span> );
        check = setInterval ( "checkMsg()" , 300 );
    }

function checkMsg() {
    if ( $( .mc_error_msg ).length == 0 || $( .mc_success_msg ).length == 0 ) {
        $( #mc_signup_form .loading ).remove();
        clearInterval(check);
    }
}
最佳回答

你们可以向管理局提出时间选择,看它是否在那里。 Brutish but effective. 如果评估者直接打电话和抽取反应手,那么你就会发现。

问题回答

你可以做的是简单地修改提交文件的形式,但删除案文只是一个小小小trick。

Using J Query s AOP Plugin, 你可以在任何职能之前或之后进行习俗活动。 如果你能够找到 j子,则gin子会用来添加iv子,那么你就可以在职能运作之后删除你的信息。

视金刚金的编码情况,可能采取更清洁的办法。 参看它为促成增加四舍五入而做的事情,可能给你一个机会来注入退步。 此外,如果你在问题中增加原始名称,社区将能够更具体地回答你。





相关问题
ajax login using httpRequest?

I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...

Virtual Tour using sketch up, ajax, flash technologies

I want to know if there are existing technology that make your 3d models in sketch into virtual tours, using either Ajax or Flash for web presentation. If there s none, which will be a good approach ...

How can i update div continuously

I have asp.net application where i have a div which showing the value from other site. The value of that site is changing continuously. I want that my div will automatically update in some interval ...

热门标签