Wednesday, May 13, 2015

jQuery- to get Index using class

jQuery- to get Index using  class
 
 
jQuery(document).ready(function() { 
 jQuery( ".class-name" ).each(function( index ) {
 alert(index);
 
 });
}); 

No comments:

Post a Comment