jQuery技术

Java EE (Java Platform, Enterprise Edition)(3)

字号+ 作者:H5之家 来源:H5之家 2015-10-31 10:15 我要评论( )

6. $(#ticket).html(div class=\mplb_ts02Gray02\ align=\center\imgsrc='/www2009/images/wymp/loading.gif'align='absmiddle'/搜索中... .../div); 7. }, 8. success:function(msg){ 9. $(#ticket).html(msg); 10

6.

$("#ticket").html("<div class=\"mplb_ts02Gray02\"
align=\"center\"><imgsrc='/www2009/images/wymp/loading.gif'align='absmiddle'/>搜索中... ...</div>");

7.

},

8.

success:function(msg){

9.

$("#ticket").html(msg);

10.

$("input[name='checkbox6']").each(function(){

11.

if(this.checked==true && this.value!="checkbox")

12.

{

13.

$("#"+this.value).show();

14.

}

15.

});

16.

},

17.

error:function(){

18.

$('#ticket').html( '<div class="mplb_ts02Gray02"
align=\"center\">对不起,查询出错!</div>');

19.

}

20.

});

Prototype ajax

<scriptlanguage=javascript src="/www/js/getCombHotelPrice.js">

</script>

<script type="text/javascript">



Event.observe(window,'load',function(){

 

1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。

相关文章
  • jquery运用技巧总结

    jquery运用技巧总结

    2015-11-04 12:00

  • jquery使用技巧总结

    jquery使用技巧总结

    2015-09-23 17:08

网友点评
>