csdn.net
Expand all codes' textboxes in html, to be saved in local.
$( ".look-more-preCode" ).each( function(index){console.log( $( this ).parent().parent().parent().data( "index" ) );$( this ).click();});
$( ".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 );});