回到顶部

<style type="text/css">
body {
height: 8000px;
}
h1 {
color: #000;
}
img {
position: fixed;
bottom: 50px;
right: 50px;
width: 150px;
height: 195px;
display: none;
z-index: 100;
}
</style> <img src="img/gotop.gif"/> <script>
$(function(){
$(window).scroll(function(){
var sTop = $(window).scrollTop();
if (sTop >= 500) {
$("img").fadeIn();
}else{
$("img").fadeOut()
}
}) $("img").click(function(){
$("body, html").animate({ scrollTop: 0}), 500)
}) </script>

Web Strom

VS Code

HBuilder

Sublime

ATOM

EasyUI简介

easyui是一种基于jQuery的,角,Vue公司和阵营的用户界面插件集合。

easyui为创建现代化,互动,JavaScript的应用程序,提供必要的功能。

使用easyui你不需要写很多代码,你只需要通过编写一些简单的HTML标记,就可以定义用户界面。

easyui是个完美支持HTML5网页的完整框架。

easyui节省您网页开发的时间和规模。

easyui很简单但功能强大的。

轻松使用EasyUI

<div class="easyui-dialog" style="width:400px;height:200px"
data-options="
title:'My Dialog',
iconCls:'icon-ok',
onOpen:function(){}">
dialog content.
</div>
<input id="cc" style="width:200px" />

$('#cc').combobox({
url: ...,
required: true,
valueField: 'id',
textField: 'text'
});
<template>
<div>
<DIV>
<h2>Basic Accordion</h2>
<h2>基本手风琴</ h2>
<Accordion style="height:250px">
<Accordion style =“height:250px”>
<AccordionPanel :title="'Title1'">
<AccordionPanel:title =“'Title1'”>
<p>Content1</p>
<P>内容1 </ P>
</AccordionPanel>
</ AccordionPanel>
<AccordionPanel :title="'Title2'">
<AccordionPanel:title =“'Title2'”>
<p>Content2</p>
<P>内容2 </ P>
</AccordionPanel>
</ AccordionPanel>
<AccordionPanel :title="'Title3'">
<AccordionPanel:title =“'Title3'”>
<p>Content3</p>
<P> Content3 </ P>
</AccordionPanel>
</ AccordionPanel>
</Accordion>
</手风琴>
</div>
</ DIV>
</template>
</模板> <script>
<SCRIPT>
export default {};
export default {};
</script>
</ SCRIPT>


请点赞!因为你的鼓励是我写作的最大动力!

吹逼交流群:711613774

最新文章

  1. 计算机程序的思维逻辑 (44) - 剖析TreeSet
  2. 复选框css
  3. GO语言练习:网络编程 ICMP 示例
  4. [BZOJ1406][AHOI2007]密码箱(数论)
  5. Android SDK的下载和安装
  6. jQuery上传插件Uploadify 3.2在.NET下的详细例子
  7. sublime text 3 打造舒适黑色主题
  8. 漫画:一招学会TCP的三次握手和四次挥手
  9. 【学习总结】GirlsInAI ML-diary day-14-function函数
  10. es6中的模块化
  11. Nginx动静分离负载均衡
  12. 吴恩达课后作业学习1-week4-homework-two-hidden-layer -1
  13. 统计单词数 OpenJ_Bailian - 4030(字符串处理)
  14. 量化投资的Python库——Tushare
  15. python3 get/post/使用代理/自定义header/自定义Cookie
  16. Linux bash笔记
  17. 一个最简的Thinkphp3.2 操作Mongodb的例子
  18. vue父与子通信
  19. jdk下载及安装
  20. Java实现文件重命名

热门文章

  1. js调用浏览器复制
  2. NIO(2):Channel
  3. java之struts2之文件下载
  4. 使用jQuery开发datatable分页表格插件
  5. AJAX 初识
  6. element-ui 穿梭框使用axios数据查询
  7. SVN上文件出现左侧黄色箭头右侧绿色箭头的双向箭头
  8. uavcan扩展帧格式 zubax
  9. javascript 四舍五入; js 四舍五入
  10. Android笔记(四十二) Android中的数据存储——SQLite(四)update