6/8/2014 4:21:27 AM

Iterate over all immediate child elements using jQuery.

$("#div_myObject").children().each(function () { //this represents the current object/child element var someId = $(this).attr("data-someId"); });