自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 收藏
  • 关注

原创 网页存储web storage---购物车(会员登录)

网页存储web storage:实现购物车操作的会员登录部分<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>shopping car</title> <script type="text/javascript"> function sendok(){ if(userid.v

2015-12-01 10:30:48 760

原创 网页存储 web storage(理论)

web storage提供两种方式将数据保存在客户端:一种是localStorage,另一种是sessionStorage; (一)存储、读取和清除localStorage<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>localStorage</title> <script t

2015-11-30 17:26:50 404

原创 JQ---表格内容筛选

2015-11-30<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>表格内容筛选</title> <style type="text/css"> tr{ text-align: center; } th{

2015-11-30 15:29:41 1112

原创 JQ---表格展开与关闭

2015-11-30:<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>表格的展开与关闭</title> <style type="text/css"> tr{ text-align: center; } th{

2015-11-30 15:13:06 1182

原创 JQ---Table隔行变色

2015-11-30:Table各行变色<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>表格隔行变色</title> <style type="text/css"> tr{ text-align: center; }

2015-11-30 14:48:14 576

原创 JQ---表单验证(用户名、邮箱)

2015-11-30:表单验证用户名长度、邮箱格式;<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>表单验证</title> <style type="text/css"> .int{ margin-bottom: 2

2015-11-30 14:27:12 2844

原创 JQ---选项卡

2015-11-27—选项卡 (1)通过点击改变选项卡的显示内容<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>选项卡</title> <style type="text/css"> *{margin: 0;padding: 0;}

2015-11-27 16:07:32 1411

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除