How to convert a Title to a URL slug in jQuery?

I’m working on an app in CodeIgniter, and I’m trying to make a field on a form dynamically generate the URL slug. What I’d like to do is remove the punctuation, convert it to lowercase, and replace the spaces with hyphens. So for example, Shane’s Rib Shack would become shanes-rib-shack. Here’s what I have so … Read more