我有下面的jquery代碼,這將調用當COUNTRY下拉值得到更改,但我需要調用此事件時,我將值設置爲國家下拉菜單, 有沒有什麼辦法可以調用這段代碼明確?顯式調用jquery更改事件
//set the change event for the country.
$("#COUNTRY").change(
function() {
alert("in country change");
// code to change the other dropdown values based on country
});
謝謝你們了快速回復:) – sree