Is there a way to launch an event after html() has been fired? Such as:
$.post(\"ajax.php\", {data :data}, function(data){ $(\"#countries\").html(data, fu
This syntax may also be of interest to you:
$(selector).html(function(index,oldHTML){ alert("test"); return data; });