一款jquery插件date_input
<script language = "javascript" src = "../../jquery-1.4.2.js" > </script>
<script type = "text/javascript" src = "jquery.date_input.js" > </script>
< link rel = "stylesheet" href = "date_input.css" type = "text/css" >
<script language = "javascript" >
$ ( function ( ) {
$ ( "#my_specific_input" ) . date_input ( ) ;
$ ( ".button,.prev" ) . css ( "cursor" , "hand" ) . css ( "cursor" , "pointer" ) ;
$ ( ".button,.next" ) . css ( "cursor" , "hand" ) . css ( "cursor" , "pointer" ) ;
} ) ;
</script>
< input type = "text" id = "my_specific_input" / >
美观大方,十分方便。