123456789101112131415161718192021222324252627 |
- <!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=utf-8" />
- <title>带节假日和农历的jQuery日历代码 - 素材家园</title>
- <script type="text/javascript" src="js/jquery-1.8.3.min.js"></script>
- </head>
- <body>
- <center>
- <div class="membder-background addMemo-body">
- <div class="addMemo" id="iframe">
-
- <div class="clear-both"></div>
- <iframe src="iframe.html" width="100%" height="600" id="iframepage" name="iframe" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe>
- </div>
- </div>
- </center>
- <script type="text/javascript">
- $(document).ready(function(){
- //var iframe=$("#iframepage").hide();
- //$("#js_sucaijiayuan").click(function(){
- // iframe.fadeIn();
- //});
- });
- </script>
- </body>
- </html>
|