0
I Use This!
Inactive

Commits : Listings

Analyzed 4 minutes ago. based on code collected about 24 hours ago.
Apr 15, 2023 — Apr 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #10 from moshfeu/master More... about 9 years ago
Width calculation fix More... about 9 years ago
Add align to config More... about 9 years ago
Merge pull request #3 from parndt/master More... over 11 years ago
Merge pull request #7 from mubarocks/patch-1 More... over 11 years ago
Update jquery.html5-placeholder-shim.js More... over 11 years ago
Merge pull request #2 from patridge/patch-1 More... almost 12 years ago
Used quotes on [`float` reserved word](http://www.javascripter.net/faq/reserved.htm). It was breaking the ability to run the code through [Closure Compiler](http://closure-compiler.appspot.com/home) for minification: "JSC_PARSE_ERROR: Parse error. invalid property id at line 54 character 6 float:'none'" More... almost 12 years ago
Merge pull request #5 from grrowl/master More... over 12 years ago
Small IE7 bugfix: placeholder.click handler was referencing wrong $this to get 'target' data prop
Tom
More... over 12 years ago
Merge pull request #1 from parndt/master More... over 12 years ago
Merge pull request #4 from grrowl/master More... over 12 years ago
Improved input/textarea detection, streamlined $(this) constructors for performance
Tom
More... over 12 years ago
Removed line-height and fixed non-wrapping on textarea elements.
Tom
More... over 12 years ago
Merge pull request #3 from bevanr/master More... almost 13 years ago
Acknowledge that the code is not documented More... almost 13 years ago
Fix and standardize whitespace More... almost 13 years ago
Make IE render the <label> even under various circumstances where it does not want to. More... almost 13 years ago
Merge pull request #2 from bevanr/master. More... almost 13 years ago
Make sure the padding and font size and style is consistent with the <input> More... almost 13 years ago
Set a default class for <label> 'placholder' to aid CSS More... almost 13 years ago
Do not assume jQuery has been initialised to the $ variable. Drupal 7 requires this, among other things More... almost 13 years ago
Bind event to window load as well as document ready incase there are any images that load slowly without height/width set. More... over 13 years ago
Add line height to placeholder if height has been specified on parent container (centres placeholder vertically in this situation). More... over 13 years ago
Make selector able to be set and provide textarea support by default. More... over 13 years ago
Better readme using markdown. More... almost 14 years ago
See if we can placeholder by default rather than the user having to put this on every page, they can instead just include the script. More... almost 14 years ago
Remove lineHeight from inserted label - when height is not specified for an input, setting lineHeight in this manner causes the placeholders not to display on IE More... almost 14 years ago
merge in changes from other fork More... about 14 years ago
Use the font-size of the input element that we're placeholding rather than some calculated value. Also set the line height to the height of the element we're placeholding (.css('line-height') will often give computed value not actual value) More... about 14 years ago