Skip to content

djave-co/jCypher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jCypher

A lightweight text cyphering jQuery plugin. Page at http://djave-co.github.io/jCypher/

Usage

Basic usage:

$(document).ready(function(){
    $("#target").jCypher();
});

Options:

// The phrase to cypher (defaults to node's contents)
'cypher_text'		: this.text(),
// How many times to cypher before the first solve
'start'			: 10,
// How many cyphers between the letters solving
'offset'		: 5,
// How frequently (milliseconds) the numbers change
'frequency'		: 60,
// which div to act on
'target'		: this,
// If set to true, will output to console on complete
'console_log'    : false,
// What do do when the cypher is complete (a function name)
'callback'       : null

About

jQuery Cypher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published