站內搜尋

Thursday, January 24, 2013

[jQuery] 如何取得 select 標籤中,被選取到 option 的 title 值 (使用 attr )

var my_option_title = $("#my_select option:selected").attr('title');

No comments:

Post a Comment