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

2023-05-26,,

简单介绍:


说明: 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>

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

下载本文的Word格式文档,以方便收藏与打印。