3
I need to modify a string with jQuery. Suppose I have a variable address:
var endereço = "Rua emanuel meira martins 85 cic curitiba...";
The idea is to remove all letters after position 15 and add three points (...).
How can I perform this operation?
thanks !________
– user14579
@user14579 if the answer solved your problem you can mark as accepted. I noticed that you have other questions where you can ask the same.
– Sergio
@Zuul no problem. Fixed too :)
– Sergio