jQuery-Slugify-Plugin
jQuery-Slugify-Plugin copied to clipboard
Feature request: Stopping slugify and using dot char
-
I want to provide a functionalty to my users to stop slugify. For example:
var slg = $('#RouteValue').slugify('#Title') slg.stop();
-
My users want to use dot "." in slug. Is there any way?