首页 > Web开发 > 详细

网站前端_EasyUI.基础入门.0001.jQuery EasyUI简单介绍与快速使用?

时间:2017-01-15 07:41:34      阅读:281      评论:0      收藏:0      [点我收藏+]

简单介绍:


说明: EasyUI是一种基于jQuery且完全支持HTML5的用户界面插件集合,大大节省您网页开发的时间和规模,只需通过编写一些简单HTML标记,就可以定义用户界面,使用简单但功能强大

下载: http://www.jeasyui.com/download/index.php


界面组件:

技术分享


模版代码:


<!DOCTYPE html>
<html lang="zh-cn">
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <title>Jquery easyui</title>
        <meta name="description" content="">
        <meta name="keywords" content="">
        <!-- 说明: 加载jquery-easyui主题文件 -->
        <link rel="stylesheet" href="js/jquery-easyui/themes/default/easyui.css">
        <link rel="stylesheet" href="js/jquery-easyui/themes/icon.css">
    </head>
    <body>
        <!-- 说明: 加载jquery-easyui脚本文件 -->
        <script src="js/jquery-easyui/jquery.min.js"></script>
        <script src="js/jquery-easyui/jquery.easyui.min.js"></script>
        <script src="js/jquery-easyui/locale/easyui-lang-zh_CN.js"></script>
    </body>
</html>



本文出自 “满满李 - 运维开发之路” 博客,请务必保留此出处http://xmdevops.blog.51cto.com/11144840/1892024

网站前端_EasyUI.基础入门.0001.jQuery EasyUI简单介绍与快速使用?

原文:http://xmdevops.blog.51cto.com/11144840/1892024

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!