很久以前做过,记不太清怎么实现的了,好像是给对应的文本框价格keydown事件,然后无刷新的获取新数据
创新互联是一家专注于成都网站设计、成都网站建设与策划设计,湟中网站建设哪家好?创新互联做网站,专注于网站建设10余年,网设计领域的专业建站公司;建站业务涵盖:湟中等地区。湟中做网站价格咨询:028-86922220
!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
html
head
titlecheckbox/title
script src="js/jquery-1.3.2.js" type="text/javascript"/script
script src="js/1.js" type="text/javascript"/script
/head
body
table id="table1"
tr
tdinput type="checkbox" value="1"/1/td
td id="k_1"input type="text" name="student" id="s_1" readonly="true"//td
/tr
tr
tdinput type="checkbox" value="2"/2/td
td id="k_2"input type="text" name="student" id="s_2" readonly="true"//td
/tr
tr
tdinput type="checkbox" value="3"/3/td
td id="k_3"input type="text" name="student" id="s_3" readonly="true"//td
/tr
tr
tdinput type="checkbox" value="4"/4/td
td id="k_4"input type="text" name="student" id="s_4" readonly="true"//td
/tr
/table
/body
/html
-------------------------------------------------------------
$(document).ready(function() {
$("td[id^='k_']").hide();
var check = $(":checkbox"); //得到所有被选中的checkbox
var actor_config; //定义变量
check.each(function(i){
actor_config = $(this);
actor_config.click(
function(){
if($(this).attr("checked")==true){
$("#k_"+$(this).val()).show();
}else{
$("#k_"+$(this).val()).hide();
}
}
);
});
});
function noconditiontishi1(){ $("#selectfundsname1").autocomplete({ //提示 minLength: 0, contentType : 'application/x-www-form-urlencoded; charset=utf-8', source:function(request,response){ $.ajax({ url:"/fund/supermarket/tishi...
这是jsonp获取数据,将数据传递给了window.baidu.sug这个方法,所以,你自己创建这么一个函数,参数是个json对象,对数据如何操作,你就写在函数里面,(json如何用,百度)然后用eval或者其他的方式解析你得到的字符串,它就会自动调用你的函数。