jQuery-Slugify-Plugin icon indicating copy to clipboard operation
jQuery-Slugify-Plugin copied to clipboard

Creates a URL slug as you type a page title (like Django slugify())

Results 6 jQuery-Slugify-Plugin issues
Sort by recently updated
recently updated
newest added

Can we get this onto bower? Would make it easer for using in projects. Thanks

This plugin should have unit tests to make sure it behaves as expected, the behavior is formally documented, and improvements to the code don't accidentally break anything.

1. I want to provide a functionalty to my users to stop slugify. For example: var slg = $('#RouteValue').slugify('#Title') slg.stop(); 2. My users want to use dot "." in slug....

I work in arabic project and need to slugify input url But your plugin not support Unicode Utf-8 characters Like This : ![slug](https://cloud.githubusercontent.com/assets/8687080/5235536/5e55010e-77fd-11e4-8d0b-6d4ea2975359.png) how do fix this?

It gets the point across but sometimes puts letters in the wrong place. Who wants to take a stab at improving this guy? ``` var pigLatin = function(str) { return...