在数据属性被识别后,我一直在尝试访问数据和嵌套元素,但我没有运气,这里是代码:
$('#item-prize-location').find('[data-region]').each(function(){
//want to access data-region value
//want to access nested divs with
});
当我做一个console.log(this) 是给我所有的嵌套元素,但我不知道如何访问它们或数据区域的值。