Published
- 1 min read
jquery remove first character from string
The solution for this is noted below
jquery remove first character from string
Solution
string.substring(1)
Try other methods by searching on the site. That is if this doesn’t work