
js
a ni you
这个作者很懒,什么都没留下…
展开
-
highcharts 使用
highcharts 图形报表工具 最近公司开发需要用到报表 在网上查询了api 研究研究 更多请看:http://www.hcharts.cn/api/index.php#yAxis.title.text 无标题文档 <!-- <div style=" overflow: auto; width: 1000px; border:1px solid red;">原创 2014-12-22 10:40:36 · 840 阅读 · 0 评论 -
jquery中的几种Ajax应用
jQuery 中几种Ajax的应用 //jquery中的几种ajax请求 function ajaxRequest(){ /* $.ajax();最底层的方法 load()、$.post()、$.ajax();第二层 $.getJSON(); $.getScript();//第三层原创 2014-12-22 10:43:29 · 690 阅读 · 0 评论 -
jquery自定义动画
使用jquery实现自定义动画方法 使用animate 实现动画 css样式 //定义图片属性 img{position:relative;}//定位 $(function () { // $("img").hover(function () { // // $(this).anima原创 2014-12-22 10:44:52 · 693 阅读 · 0 评论 -
html按钮禁用启用
document.getElementById("verify").disabled=false; document.getElementById("verify").disabled=true;原创 2015-03-02 15:51:36 · 6702 阅读 · 0 评论 -
基于 XMLHttpRequest实现的Ajax请求
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> Ajax实现 /* http协议 无状态协议 不保留任何信息 浏览器向服务器发送请求 TCP连接 关闭TCP http 状态码 1xx: 信息类,表示收到we原创 2015-03-18 23:27:07 · 673 阅读 · 0 评论