« Return to Thread: Re: [OT] Jquery Remove Trailing "&" From String
by Israel Thompson :: Rate this Message:
Reply to Author | View in Thread
Jason Huck wrote: That's more of a general javascript question. It should be something like this: var mystring = 'foooobaaaaarrrrr&'; mystring = mystring.substr(0, mystring.length - 2); - jason