When I create an input box in topbar using bootstrap css, the placeholder value is visible in all browsers except IE. But in twitter site they’re making it visible somehow(not javascript, cause I turned off scripts and tested). Can anyone out there help me ?
Share
Would be good to see your code, but I’ll assume you set the placeholder=”my placeholder” attribute on the input tag. This is new HTML5 functionality, so that’s why it is working without JavaScript.
There’s a few reasons I can think of why it’s not working.
since it’s a relatively new feature: