想要创建链式文本框:
textbox1 textbox2 textbox3
_________ ____________ _____________
|___A____| |(1)disabled| |(a)disabled|
textbox1(value):A,B,C,D,E;
textbox2(value):1,2,3,4,5;
textbox3(value):a,b,c,d,e; like-> "A,1,a","B,2,b"=> this will be the combination
在选择textbox1的值的地方,textbox1对应的值会出现在textbox2中,就像在textbox3 wrt textbox3中一样。我的预定义值将存储在jQuery函数中,调用它会填充值。
建议....需要