Thread
:
Clean Url first letter
View Single Post
#
5
10-03-2013, 07:50 AM
marinvalentin
Newbie
Join Date: Oct 2013
Posts: 4
Re: Clean Url first letter
This :
to_field.value = from_field.value.replace(/[\&]/g, '-and-').replace(/[^a-zA-Z0-9._-]/g, '-').replace(/[-]+/g, '-').replace(/-$/, '').toLowerCase();;
works for me
Thank you!
__________________
X-Cart v4.6
marinvalentin
View Public Profile
Send a private message to marinvalentin
Find all posts by marinvalentin