level 1
youhs88888
楼主
$("*[yhs-title]").on( "click", function() {
var i = $(this).attr('yhs-title','content').length
alert(i);
})
我想获得content里面的值
2016年05月05日 08点05分
1
var i = $(this).attr('yhs-title','content').length
alert(i);
})
我想获得content里面的值