文案参考:HTML5中的data-*属性和jQuery中的.data()方法使用
data属性选择器
$("li[data-id='1']")//选择li元素中data-id属性等于1的
jQuery选择器参考