jQuery-Slugify-Plugin
jQuery-Slugify-Plugin copied to clipboard
Creates a URL slug as you type a page title (like Django slugify())
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 :  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...