we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "remover ultimo character string javascript"
Matys
26 Apr 2016
1var texto = $("#input_id").val();
2$("#input_id").val(texto.substring(0, texto.length - 1));
3