An open API service indexing awesome lists of open source software.

https://github.com/torann/jquery.slugify

Yet another url slug creation plugin for jQuery.
https://github.com/torann/jquery.slugify

Last synced: about 1 month ago
JSON representation

Yet another url slug creation plugin for jQuery.

Awesome Lists containing this project

README

        

# jQuery Slugify

Yet another url slug creation plugin for jQuery.

## Getting Started

You can install the plugin using Bower:

```bash
bower install jquery.slugify
```

The script will automatically create the slug from the inputted data from element (source) with the `data-slugify` attribute, and add it to the element (target) specified in the `data-slugify` attribute. You can also setup an URL preview by adding an element ID or classname in the `rel` tag on the target element.

```html


Title


Slug


/blog/


```