[摘要]
//遍歷option和添加、移除option function changeShipMethod(shipping){ var len = $("select[@name=ISHIPTYPE] option").length if(shipping.value != "CA"){ $("select[@name=ISHIPTYPE] option").ea...[全文]
[摘要]
最近在使用ExtJS搭建網(wǎng)頁界面過程中報(bào)出錯(cuò)誤消息,IE中的提示如下:
例外被拋出且未被接住,行19。。。。
Firefox提示如下:
uncaught exception: No center region defined in BorderLayou...[全文]