Skip to content

ignoreintuition/igpa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Igpa - A Pig Latin jQuery plugin

Igpa is a simple jQuery plugin that you can call on a selector to translate to pig latin.

Usage

  • include jquery and igpa
  • call pig()
	<script src="jquery.min.js"></script>
	<script src="igpa.js"></script>
	<script>
	$("p").pig({
		translate: true,
		trunc: "a"
	});
	</script>

Options

  • translate: true or false (default true). Indicates if you do or do not translate to pig latin
  • trunc: (default 'a') this is the letter you append to the end of each word in your copy.

About

Igpa - A Pig Latin jQuery plugin

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published