tamacyaのブック
mindiatamacyaのブック見出し語

jQuery prop

tamasally · 2012-03-12 更新

var $link = $('#to_comments');
alert($link.attr('href')); // href属性の値を表示
alert($link.prop('href')); // hrefプロパティの値を表示

.attr() → #to_comment
.prop() → http://example.com/path/to/page#to_comment