# is.js jQuery plugin (usage)

See genaral [usage guide](https://github.com/rthor/isjs/blob/master/README.md) for allowed keywords.

```javascript
// Works on pretty much all DOM elements...
$('.email').is('email'); // Returns boolean value...

// And basic strings!
$.is('john.doe@example.com', 'email'); // Returns true
```

### Contibution

Feel free to contibute in any way you see fit. Just try to keep the coding style that I've chosen in this project and don't break the code :)

To run tests make sure you've got [testem](https://github.com/airportyh/testem) installed on your system. Simply run the following command in the terminal to start testing:

	$ testem

### Get in touch

Follow me on twitter [@rthor](http://twitter.com/rthor) or send me a line in an [email](mailto:ragnar.valgeirsson@gmail.comz).