Skip to content

Generate your article, news, or document title into slug automatically

License

Notifications You must be signed in to change notification settings

Pradnyana28/jQuery-Slug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery-Slug

Generate your article, news, or document title into slug automatically

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisities

What things you need to install the software and how to install them

A cup of coffee

Installing

A step by step series of examples that tell you have to get a development env running

<script src="path/to/your/directory/jquery-slug.min.js"></script>

Running the tests

This is how you can use the default configuration or make your custom configuration

Default configuration

$("#this").mirror();

Custom configuration

$("#this").mirror({
	prefix: 'http://',
	textTransform: 'lowercase',
	output: '.output-mirror',
	outputDisabled: false,
	seoUrl: true
});

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Generate your article, news, or document title into slug automatically

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published