Skip to content

heapsortjobs/jquery-stachetag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jquery-stachetag

Implement stachetags in your HTMLs lickety-split.

Stachetags?

http://blog.heapsortjobs.com/stachetags-we-have-the-solution

Usage

<script>

	// Stachetag all the things
	$('p').stachetag();
	
	// Custom stachetag template!
	// %w is the word represented by the stachetag!
	// %s is the stachetag itself!
	$('p').stachetag(
		stache_template: '<a href="/path/to/stache/%w">%s</a>',
	);
	
	// GRAPHIC STACHES
	$('p').stachetag({
		graphic_staches: true 
	});

</script>

Contribute!

Pull requests welcome. Integrations encouraged. Shaving is frowned upon.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published