Need help to truncate a string in JQuery
Hi,
I have the following code:
<div class="person">John S</div>
Is is possible in JQuery to remove the last letter of the text within the div class "person"?
I'm banging my head off a brick wall trying to figure this out, any help would be greatly appreciated.
Thanks in advance