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

https://github.com/gnuwilliam/weasy

A simple javascript library that focus on basic daily usage.
https://github.com/gnuwilliam/weasy

Last synced: 9 days ago
JSON representation

A simple javascript library that focus on basic daily usage.

Awesome Lists containing this project

README

          

weasy
=====

A simple javascript library on top of jQuery that focus on basic daily usage.

## Avaiable methods

$(element).isFieldFilled(); (bool) // verify if there is some value in the element
$(element).isTextInput(); (bool) // verify if the current input is text
$(element).placeholder(str); (str) // sets a placeholder in a text input element
$(element).removeInputValue(); (bool) // removes value from a text input

## Author

[William Oliveira](http://twitter.com/gnuwilliam)