$("#state").change(function(){
//on-change code goes in here.
//variable "this" references the state dropdown element
});
Graza
2010-04-19 15:26:10
$("#state").change(function(){
//on-change code goes in here.
//variable "this" references the state dropdown element
});