How do I remove the first character from a link's text with jQuery?

前端 未结 4 1548
星月不相逢
星月不相逢 2021-01-04 03:46

I want to remove first character from link\'s text with jQuery.

 +123.23 
 -13.23          


        
4条回答
  •  Happy的楠姐
    2021-01-04 04:12

    you can get/set the HTML using .html() and remove the first character using .substring(), I think it's pretty clear now, you just need to write a 2 (or 3) lines code.

提交回复
热议问题