Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

fix whitespace preventing placeholder to show up #140

Merged
merged 1 commit into from
Feb 18, 2013

Conversation

treet
Copy link
Contributor

@treet treet commented Feb 17, 2013

<p id="test">
</p>

<p id="test"></p>

$('#test').hallo({ placeholder: 'test' });

The placeholder will only show up in the second case due to the sneaky newline.

$('#test').hallo({ placeholder: 'test' });

<p id="test">
</p>

<p id="test"></p>

The placeholder will only show up in the second case due to the sneaky newline.
bergie added a commit that referenced this pull request Feb 18, 2013
fix whitespace preventing placeholder to show up
@bergie bergie merged commit 58cbb18 into bergie:master Feb 18, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants