_content.html 709 B

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>AJAX Content</title>
  6. </head>
  7. <body>
  8. <p style="font-size:14px">jQuery EasyUI framework help you build your web page easily.</p>
  9. <ul>
  10. <li>easyui is a collection of user-interface plugin based on jQuery.</li>
  11. <li>easyui provides essential functionality for building modern, interactive, javascript applications.</li>
  12. <li>using easyui you don't need to write many javascript code, you usually defines user-interface by writing some HTML markup.</li>
  13. <li>complete framework for HTML5 web page.</li>
  14. <li>easyui save your time and scales while developing your products.</li>
  15. <li>easyui is very easy but powerful.</li>
  16. </ul>
  17. </body>
  18. </html>