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

https://github.com/mobilpadde/supersecretmessage

Secret 'n stuff
https://github.com/mobilpadde/supersecretmessage

Last synced: about 2 months ago
JSON representation

Secret 'n stuff

Awesome Lists containing this project

README

        

Super Secret Message
====

## How To ##

It's actually quite easy, but I'll show you anyway

So first, include everything as you normally would... You call `.ssm` on a element (Preferably a ul) and let the magic do the rest.

Aaaaaand you're done!

## Settings ##

Of cause if you'd like to play with some settings we've got some of them too!

```html

("ul").ssm({
msg: "thanks",
letter: 0,
wrapper: "b"
});

```

* `msg`
* This just tells the plugin what you want it to spell out for you, simple.
* `letter`
* So basically it tells the plugin, if we got more of the same letters (From the `msg`, "thanks" in this case), it'll choose the number letter you set `letter` to
* But! If you set this to `0`, it'll just select a random letter (Which corresponds to the given letter in `msg`) from the string...
* `Wrapper`
* What to wrap around the letter
* In this case, it's a ``