实现一个二叉搜索树(JavaScript 版)
http://caibaojian.com/js-bst.html
http://caibaojian.com/js-bst.html
JSON对象在所有现代浏览器中都可以使用,它有两个非常有用的方法来处理JSON格式化的内容:解析和字符串化。 JSON.parse() 取一个JSON字符串并将其转换为JavaScript对象。 JSON.stringify() 取一个JS...
http://caibaojian.com/10-regex-tip.html
一、js判断数组是否为空 方法一: arr.length let arr = []; if (arr.length == 0){ console.log("数组为空") }else { console.log("数组不为空") } 二、js...
来源: https://juejin.im/post/5cc2c1a3e51d456e31164a3c 1 概述 1.1 前言 目前收集整理了21个常用的javaScript正则表达式,其中包括用户名、密码强度、整数、数字、电子邮件地址(E...
直接上代码: /* 压缩base64图片,怎么压缩base64是题外话,这里不赘述 */ function compress( base64, // 源图片 rate, // 缩放比例 callback // 回调 ) { //处理缩放,转...
https://segmentfault.com/a/1190000016748204
1, jQuery 实现 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title&l...
html: <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF...
1, index.html <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; cha...
1. 左边使用 float: left 固定宽度,右边使用 margin-left 隔开自适应 <style> .left-1, .right-1 { height: 200px; line-height: 200px; tex...
这么基础的东西实在不应该再记录了,不过嘛,温故知新~就先从数据类型开始吧 js六大数据类型:number、string、object、Boolean、null、undefined string: 由单引号或双引号来说明,如”st...
https://blog.csdn.net/loveLifeLoveCoding/article/details/81094568
昨天写了个小插件,用到这个方法,不太明白$.each()这个方法,今天查了下手册,学习一下。 例遍数组,同时使用元素索引和内容。(i是索引,n是内容) $.each( [0,1,2], function(i, n){ alert( "Ite...
来源: https://www.cnblogs.com/SkySoot/archive/2012/04/17/2453010.html JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式。JSON采...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=dev...
我们写css的时候经常会遇到要清楚一些默认的样式,其实每次做项目中需要清除的样式就经常是那么几个,最常见的比如 清除表单元素input,select,“textarea`的默认样式, CSS3中隐藏滚动条但仍能继续滚动, 多行文...
1.首先在我们的html页面中引入meta标签 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-sca...
https://juejin.im/entry/5aeaa4cb518825671a639bbb
free icon: https://www.flaticon.com/free-icon https://icons8.cn/icon/3037/%E7%AB%A0%E9%B1%BC https://fontawesome.com/ico...
https://eonasdan.github.io/bootstrap-datetimepicker/ https://tempusdominus.github.io/bootstrap-4/ https://gijgo.com/date...
https://cccabinet.jpn.org/bootstrap4/components/navbar https://getbootstrap.com/docs/4.0/components/navs/ https://www.w3...
Step 1: Inclusion of jQuery Library wp_enqueue_script( 'tt-mobile-menu', get_template_directory_uri() . '/js/mobile-menu...
<!DOCTYPE html> <html class="no-js" lang="ja" prefix="og: https://ogp.me/ns#" > <head> <meta http-e...
http://taffydb.com/
https://qiita.com/kskinaba/items/3e8887d45b11f9132012
<html> <head> <meta charset="UTF-8"> <title>AJAX image upload with, jQuery</title> <scr...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compati...
https://www.w3cschool.cn/jquery/jquery-menu.html
下面是jquery点击按钮复制内容代码,它是兼容PC端和手机端的。示例代码如下: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF...
1、js 截取两个字符串之间的内容: var str = "aaabbbcccdddeeefff"; str = str.match(/aaa(\S*)fff/)[1]; alert(str);//结果bbbcccdddeee 2、js截取...
来源:http://caibaojian.com/swiper.html Github: https://github.com/nolimits4web/swiper Demo: https://swiperjs.com/demos/ 本文...
/*iphone4 4s*/ @media only screen and (device-height :480px) and (-webkit-device-pixel-ratio:2){ /* Styles */ } @media s...