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.
- Host: GitHub
- URL: https://github.com/gnuwilliam/weasy
- Owner: gnuwilliam
- Created: 2012-08-12T14:42:30.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-12T18:22:35.000Z (almost 14 years ago)
- Last Synced: 2025-03-01T01:42:21.912Z (over 1 year ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)