Cross-browser version placeholder-jquery (jquery plugin Enplaceholder)

Source: Internet
Author: User

Case: whole search box, need default placeholder for "Please enter keyword", get focus, placeholder disappears or unavailable (does not affect normal input), after losing focus, if the user has no content input, placeholder continues to appear, continue to occupy. This code I think the front end has been very easy to write it, now HTML5 original has this "placeholder" attribute, the effect is the same as the above case description (each supported browser may not be consistent within the performance, but the role is consistent), So how does this attribute gracefully downgrade to support all modern browsers? The answer or script is JavaScript.

A legend for the above case:

Let's use Jquery's Enplaceholder plugin to achieve this effect.

Effect Demo Interface http://www.ifrans.cn/demo/enplaceholder.html

Usage:

First introduce jquery and this plugin in head

<script type="text/javascript"src="jquery-1.7.2.min.js"></script>

<script type="text/javascript"src="jquery.enplaceholder.js"></script>

Then you can call the bird.

//通过value模拟placeholder

$(‘input‘).placeholder();

//通过插入span元素模拟placeholder

$(‘input‘).placeholder({isUseSpan:true});

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.