avatar
remove last character from String JQuery
if (socialsecuritynetwork > 0) {
  this.$el.val(socialsecuritynetwork.slice(0, -1));
}
24
DOM Javascript
You need to login to do this manipulation!