zhuguifei
2026-03-10 2c1fd10c6fbabb8e9f0e9f07fe66fb36c008e883
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>Âþ»­Ô­´´Ê±¼äÈÕÆÚJquery²å¼þmanhuaDate</title>
<meta name="author" content="Jquery-School" />
<meta name="Copyright" content="Jquery-School,www.jq-school.com" />
<meta name="Keywords" content="Âþ»­Ô­´´Ê±¼äÈÕÆÚJquery²å¼þmanhuaDate,Jquery×ÊÔ´,Jquery²å¼þ,JqueryÌØÐ§,Jquery¿ª·¢,jsÌØÐ§" />
<meta name="description" content="JquerySchoolÊÇÒ»¸öרÃÅ·ÖÏíjquery×ÊÔ´¡¢jquery²å¼þ¡¢jqueryÌØÐ§µÄÒ»¸öÍøÕ¾,ÍêÈ«¿ª·ÅÔ´´úÂë,°Ñʵ¼Ê¿ª·¢ÖÐÓ¦ÓÃ×î¶à¡¢×îʵÓõÄJquery×ÊÔ´³éÈ¡³öÀ´ÔÙ¼ÓÒÔ¾«ÐıàÅÅ,Èùã´óÍøÓÑÄÜÒÔ×î¶ÌµÄʱ¼ä¡¢»¨×îÉٵľ«Á¦È¥ÕæÕýÕÆÎÕjQuery¿ª·¢µÄ֪ʶ¡£" />
 
<link rel="stylesheet" type="text/css" href="css/manhuaDate.1.0.css"/>
<script src="../../wct/js/jquery.min.js" type="text/javascript" ></script>
<script type="text/javascript" src="js/manhuaDate.1.0.js"></script>
<script type="text/javascript">
$(function (){
    $("input.mh_date").manhuaDate({                           
        Event : "click",//¿ÉÑ¡                       
        Left : 0,//µ¯³öʱ¼äÍ£¿¿µÄ×ó±ßλÖÃ
        Top : -16,//µ¯³öʱ¼äÍ£¿¿µÄ¶¥²¿±ßλÖÃ
        fuhao : "-",//ÈÕÆÚÁ¬½Ó·ûĬÈÏΪ-
        isTime : false,//ÊÇ·ñ¿ªÆôʱ¼äֵĬÈÏΪfalse
        beginY : 2010,//Äê·ÝµÄ¿ªÊ¼Ä¬ÈÏΪ1949
        endY :2049//Äê·ÝµÄ½áÊøÄ¬ÈÏΪ2049
    });
    
});
</script>
 
</head>
<body>
<pre>
 
                                &lt;script type="text/javascript"&gt;
                                $(function (){
                                    $("input.mh_date").manhuaDate({                           
                                        Event : "click",//¿ÉÑ¡                       
                                        Left : 0,//µ¯³öʱ¼äÍ£¿¿µÄ×ó±ßλÖÃ
                                        Top : -16,//µ¯³öʱ¼äÍ£¿¿µÄ¶¥²¿±ßλÖÃ
                                        fuhao : "-",//ÈÕÆÚÁ¬½Ó·ûĬÈÏΪ-
                                        isTime : false,//ÊÇ·ñ¿ªÆôʱ¼äֵĬÈÏΪfalse
                                        beginY : 2010,//Äê·ÝµÄ¿ªÊ¼Ä¬ÈÏΪ1949
                                        endY :2049//Äê·ÝµÄ½áÊøÄ¬ÈÏΪ2049
                                    });
                                });
                                &lt;/script&gt;
                                Ó÷¨ÈçÏ£º
                                &lt;input type="text" class="mh_date" readonly="true" /&gt;
</pre>
<br /><br />
<div style="width:600px; margin:20px auto;">
<h1>demo</h1>
<input type="text" class="mh_date" readonly="readonly" style="width:100px;"/>&nbsp;<input type="text" class="mh_date" readonly="true" />
</div>
 
 
</body>
</html>