Jquery外掛程式placeholder的用法

來源:互聯網
上載者:User

標籤:style   blog   http   color   io   使用   ar   java   for   

        閑的蛋疼,示範一下Jquery外掛程式placeholder的用法,藉助該外掛程式能夠輕鬆實現HTML5中placeholder特效:

        :


        實現代碼:

<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%><%String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+"/";%><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head>    <title>藉助jquery placeholder實現HTML5中placeholder特效</title>    <script type="text/javascript" src="<%=basePath%>js/jquery-1.8.3.min.js"></script>    <script type="text/javascript" src="<%=basePath%>js/jquery.placeholder.js"></script><script type="text/javascript">$(function() {$('input, textarea').placeholder();});</script><style type="text/css">input, textarea { font-family: Helvetica, Arial; color: #000;}.placeholder {color: #aaa;}</style></head>  <body><center style="margin-top: 10%"><font style="font-size: 18pt; font-weight: bold;font-weight: bold; color: red;">藉助jquery placeholder實現HTML5中placeholder特效</font></center><br><br>    <input type="text" id="userName" name="userName" placeholder="請輸入username…" style="margin-bottom: 12px;"><br>        <input type="password" id="password" name="password" placeholder="請輸入密碼…" style="margin-bottom: 12px;"><br>        <textarea id="personalInformation" name="personalInformation" rows="3" cols="50" maxlength="200" placeholder="請輸入個人資訊…"></textarea></body></html>

         說明:上面範例並非HTML5頁面,但因為使用了該外掛程式所以看上去和HTML5的效果差點兒相同;上面範例使用了jquery-1.8.3.min.js和jquery.placeholder.js兩個檔案,這兩個檔案可在以下的下載資源中找到。

       【0分下載資源

Jquery外掛程式placeholder的用法

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.