04 2019 档案

摘要:<!DOCTYPE html> <html> <head> <title>奥运五环</title> <style type="text/css"> *{ margin: 0; padding: 0; } .wrapper{ width: 780px; height: 370px; border:1p 阅读全文
posted @ 2019-04-12 13:17 一笑任逍遥 阅读(3300) 评论(0) 推荐(0)
摘要:通过jq实现分页的原理如下:将所有条数加载到页面中,根据每页放特定条数(例如 5 条)获取jquery对象索引,使部分条数显示,其他条数隐藏。 前提:引入jquery.js 代码 <!DOCTYPE html> <html> <head> <title></title> <style type="t 阅读全文
posted @ 2019-04-11 23:06 一笑任逍遥 阅读(11508) 评论(0) 推荐(0)