Saturday 16 December 2017

Jquery get element each method


$( "li" ).each(function( index ) { console.log( index + ": " + $( this ).text() ); });

No comments:

Post a Comment