Return to Snippet

Revision: 28236
at July 5, 2010 12:28 by sveggiani


Initial Code
$(this).attr('id').substr( $(this).attr('id').lastIndexOf( '-' ) + 1 );

Initial URL

                                

Initial Description

                                

Initial Title
get part of string from last "x" character

Initial Tags
jquery

Initial Language
JavaScript