All these solutions are collected by me for my own help. If any post is helpful for anyone ,it will be great pleasure for me.
Be free to post your comments , if you are getting any help. And also you are free to give any suggestion .
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