Top "Placeholder" questions

The HTML5 placeholder attribute specifies a short hint that describes the expected value of an input field (e.g. a sample value or a short description of the expected format).

Specify an item placeholder by setting a control's ID property to "itemPlaceholder"

I have only single "Default.aspx" page and a single ListView Control. Why am I getting this error. Never Happened …

c# asp.net listview placeholder
How to set an input width to match the placeholder text width

Example http://dabblet.com/gist/5859946 If you have a long placeholder, the input by default does not display wide enough …

css html placeholder
Html placeholder text in a textarea form

On one of my websites I have created a form that collects the persons name, email and a description of …

html forms textarea watermark placeholder
How to change placeholder color of specific input field?

I want to change the color of specific place holder. I'm using many input fields for my project, problem is …

html css input placeholder
How to create a "placeholder" for DIV that act like textfield?

Div don't have a placeholder attribute <div id="editable" contentEditable="true"></div> I want <Please …

html placeholder
Angular 2 Material Input change placeholder dynamically

I want to change the text of the input placeholder dynamically. The console.log already gives the updated string but …

javascript angular typescript angular-material placeholder
Using HTML Placeholder in Laravel 4

{{ Form::text('username', Input::old('username')) }} This is my code, I want to add Username as placeholder in the text …

laravel laravel-4 placeholder
Placeholders are not displaying in IE8 for Bootstrap

I am using Bootstrap for my project. The placeholders are displaying fine for all browsers except in Internet Explorer 8 and …

jquery twitter-bootstrap internet-explorer-8 placeholder
Swap placeholder text based on resolution (media query)

I'm working on a responsive design. I've hit a bit of a wall with there not being enough space for …

jquery html responsive-design placeholder
select2: programmatically controlling placeholder

I want to change the placeholder on a select2 enhancing control upon an event. So I've got this... <select …

jquery placeholder jquery-select2