Gathering & Sharing
$( ".look-more-preCode" ).each( function(index){ console.log( $( this ).parent().parent().parent().data( "index" ) ); $( this ).click();});
$( "[id^=MainContent_ddlLeaveType_]" ).each( function(index){ console.log( $( this ).attr( "id" ) ); $( this ).prop( "checked", true );});