$.ajax({
type: "POST",
url: "inc/functions/getYears.php",
data: "cntry="+this.id,
success: function(msg){
alert(msg);
$("#select_years").append(msg);
}
});
$.ajax({
type: "POST",
url: "inc/functions/getYears.php",
data: "cntry="+this.id,
success: function(msg){
alert(msg);
$("#select_years").append(msg);
}
});