/ Published in: JavaScript
Expand |
Embed | Plain Text
$(this).attr('id').substr( $(this).attr('id').lastIndexOf( '-' ) + 1 );
You need to login to post a comment.
$(this).attr('id').substr( $(this).attr('id').lastIndexOf( '-' ) + 1 );
You need to login to post a comment.