English 中文(简体)
f) In
原标题:fadeIn after jQuery post
  • 时间:2011-10-17 13:50:02
  •  标签:
  • jquery

我在一页上有三种形式:“召回”、“同我们接触”和“新闻订阅”。

每个单位都有自己的“职位”功能(使用<代码>),然后显示任何已退还的PHP。 这些只是根据形式和过程产生简单的错误和成功。

如今,这里有点奇怪......我所有三个形式的工作,但只有两个预期的工作:

  1. Response DIV hides
  2. Response DIV fills with returned HTML
  3. Response DIV fades in nicely.

然而,我的主要“接触我们”形式是奇怪的。

我已经读过,我首先应该“hide(hide)()”——我已经尝试过,没有任何成功,似乎没有任何工作。

我已经注意到,如果我返回纯粹的案文(由PHP选择),那么就失败了。

我的正式答复:

<div><span id=“contact> UsAjaxResponse”></span><div>

My j Query

$(document).ready(function(){
$("#contactUsForm").submit(function(){
var responseDiv =  #contactUsAjaxResponse ;
// add ajax-loader class to response div
$(responseDiv).html(  ).addClass( ajax-loader );
// get form actiom
var formAction = $(this).attr( action );
$.post(formAction, $("#contactUsForm").serializeArray(), function(data){
$(responseDiv).removeClass( ajax-loader ).html(data).fadeIn( slow );
});
return false; //prevent default form action
});
});

任何对应的超文本是:<phprep <div category=“error”>Content...</div> ?>等。

我感觉到,我的特别安全局(是否有任何<条码>:栏目;或其他条目造成问题?)

很多 增 编

最佳回答

最好的办法(仇恨)是把结果(你称之为错误)放在你的网页上。 采用<代码>的显示器:无,将其空出。 当结果出现逆转时,就这一因素使用缺陷(缓慢)。

基本线是,没有点要用小 j来躲藏起来,然后在晚些时候显示。 这样做只能用芯片进行。

问题回答

暂无回答




相关问题
getGridParam is not a function

The HTML: <a href="javascript:void(0)" id="m1">Get Selected id s</a> The Function: jQuery("#m1").click( function() { var s; s = jQuery("#list4").getGridParam( selarrrow )...

selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

jQuery cycle page with links

I am using the cycle plugin with pager functionality like this : $j( #homebox ) .cycle({ fx: fade , speed: fast , timeout: 9000, pager: #home-thumbs , ...

jquery ui dialog opens only once

I have a button that opens a dialog when clicked. The dialog displays a div that was hidden After I close the dialog by clicking the X icon, the dialog can t be opened again.

jConfirm with this existing code

I need help to use jConfirm with this existing code (php & Jquery & jAlert). function logout() { if (confirm("Do you really want to logout?")) window.location.href = "logout.php"; } ...

Wrap text after particular symbol with jQuery

What I m trying to do, is wrap text into div inside ll tag. It wouldn t be a problem, but I need to wrap text that appears particularly after "-" (minus) including "minus" itself. This is my html: &...

热门标签