聯絡E-mail: sean0704@gmail.com
$("#my_select").on("change", function(){ alert($(this).find("option:selected").attr("title")); });
$("#my_select").on("change", function(){ alert($("option:selected", this).attr("title")); });
No comments:
Post a Comment