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

Feature request: Stopping slugify and using dot char

Open salihaatak opened this issue 10 years ago • 0 comments

  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. Is there any way?

salihaatak avatar Jan 07 '15 09:01 salihaatak