(基于jquery的ajax二级联动.docVIP

  • 10
  • 0
  • 约2.35万字
  • 约 22页
  • 2017-02-01 发布于北京
  • 举报
(基于jquery的ajax二级联动

index.aspx script src=../ADMIN/js/jquery.js type=text/javascript/script script type=text/javascript $(document).ready(function() { //预先加载第一个select,加载品牌,看好加载的的页面BrandHandler.ashx $.post(BrandHandler.ashx, {}, function(data) { $(#carbrand).html(data) }, html); //当选择品牌的时候加载二级车系,构成联动 $(#carbrand).change(function() { $.post(TypeHandler.ashx, { cartype: $(this).val() }, function(data) { $(#cartype).empty().html(data) }, html); }); }); /script table width=950 height=35 border=0 cellpadding=0 cellspacing=0 class=left_tb tr td width=70 align=right backgrou

文档评论(0)

1亿VIP精品文档

相关文档