index.html 920 B

123456789101112131415161718192021222324252627
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>带节假日和农历的jQuery日历代码 - 素材家园</title>
  6. <script type="text/javascript" src="js/jquery-1.8.3.min.js"></script>
  7. </head>
  8. <body>
  9. <center>
  10. <div class="membder-background addMemo-body">
  11. <div class="addMemo" id="iframe">
  12. <div class="clear-both"></div>
  13. <iframe src="iframe.html" width="100%" height="600" id="iframepage" name="iframe" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe>
  14. </div>
  15. </div>
  16. </center>
  17. <script type="text/javascript">
  18. $(document).ready(function(){
  19. //var iframe=$("#iframepage").hide();
  20. //$("#js_sucaijiayuan").click(function(){
  21. // iframe.fadeIn();
  22. //});
  23. });
  24. </script>
  25. </body>
  26. </html>