How do I delete a '_' prefix on a variable using jQuery?

Posted by sadmicrowave on Stack Overflow See other posts from Stack Overflow or by sadmicrowave
Published on 2010-04-15T19:07:03Z Indexed on 2010/04/15 19:13 UTC
Read the original article Hit count: 116

Filed under:
|
|

I have a variable that reads as _123456 and I need to delete the underscore prefix on this variable before storing it to a field. How do I do this?

 var value = "_123456"

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about variable