I have a string in JavaScript like #box2 and I just want the 2 from it.
#box2
2
I tried:
var thestring = $(this).attr(\'href\'); var
you may use great parseInt method
it will convert the leading digits to a number
parseInt("-10px"); // will give you -10