This repository has been archived by the owner on Jul 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
Version History
marioestrada edited this page May 17, 2011
·
2 revisions
#Version History
#What's New
##1.2:
- Namespaced all binded events.
- Change input filter from whitelist to blacklist, excluding checbox, submit, radio, reset and file.
##1.1.5:
- Added event 'change' to inputs as fallback.
- Added CSS property pointerEvents for clickthrough on the label.
- Feature: Now reshows label when focus is still on input but it's empty.
##1.1.2:
- Bug Fix - Placeholder was shown when the input had a predefined value
##1.1.1:
- Fallback option if HTML5 support is present
##1.1:
- Support for IE6
- Now you can manipulate a 'top' offset
- Checks for existing watermark to prevent duplication
- Bug fixes
- A bit simpler code
##1.0.3:
- Optimized the code that autoloads the .jq_watermark inputs
- Now supports the placeholder attribute on HTML5 forms
- Optimized some code
##1.0.2
- Better support with inclusion with other plugins
- Returns all the elements, wether they could be watermarked or not
##1.0.1
- Support for use with other plugins
- Some fixes
##1.0.0
- Reformatted code for better support
- Added setDefaults function ($.watermarker.setDefaults())
- Better filter
##1.0.0 rc3
- Support for textareas
##1.0.0 rc2
- Added automatic calculation for extra margin of fields
##1.0.0 rc1
- Initial Release
- Fixes watermark from appearing when fields are autocompleted