
JQuery
always007
这个作者很懒,什么都没留下…
展开
-
JQuery基礎.show();.hide();
$(document).ready(function(){ $("p").click(function(){ $(this).hide(); }); $("pl").click(function(){ $(this).hide(); alert("TEST") //(this).show(); }); $("转载 2017-11-07 12:07:58 · 252 阅读 · 0 评论 -
20180116000Link
http://www.almondlab.jp/labs/1051 http://www.almondlab.jp/labs/598 http://www.unicale.com/unicaledemo3/ https://www.pahoo.org/e-soul/webtech/php02/php02-39-01.shtm https://pukiwiki原创 2018-01-16 13:05:01 · 179 阅读 · 0 评论 -
20171226Modal
Bootstrap 实例 - 模态框(Modal)插件 创建模态框(Modal) ここをClickするとモーダルが出る 开始演示模态框 × 模态框(Modal)标题 在这里添加一些文本 关闭 提交更改原创 2017-12-28 16:44:59 · 156 阅读 · 0 评论 -
Jquery 获取 radio选中值
随着Jquery的作用越来越大,使用的朋友也越来越多。在Web中,由于CheckBox、Radiobutton 、DropDownList等控件使用的频率比较高,就关系到这些控件在Jquery中的操作问题。由于Jquery的版本更新很快,代码的写法也改变了许多,以下Jquery代码适query1.4版本以上。 Radio转载 2017-11-27 11:30:32 · 472 阅读 · 1 评论 -
radio自動選中事件
setTimeout(function() { // IE if(document.all) { document.getElementById("clickMe").click(); } // 其它浏览器 //else { // var e = document.createEvent("MouseEvents"原创 2017-11-27 11:23:08 · 393 阅读 · 1 评论 -
jqGrid php
http://www.northwind.mydns.jp/samples/jqgrid_sample26.php转载 2017-11-29 14:03:56 · 555 阅读 · 4 评论 -
.replaceWith()
html>head> style> button { display:block; margin:3px; color:red; width:200px; } div { color:red; border:2px solid blue; width:200px; margin:3px; text-align:center; } style> script src="http:转载 2017-11-14 16:11:56 · 406 阅读 · 0 评论 -
利用JQuery记住用户名及密码以实现自动登录
%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> % String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.g转载 2017-10-26 22:51:13 · 501 阅读 · 0 评论 -
1.9版本 .toggle()方法删除
$(document).ready(function(){ $(".btn1").click(function(){ //$("p").toggle("slow"); $("p").toggle(1500); //1500毫秒 }); }); This is a paragraph.--> //外すと、新発見 Toggle This is a par原创 2017-11-08 10:06:14 · 445 阅读 · 0 评论 -
.slideToggle()滑动
p { width:400px; } Toggle This is the paragraph to end all paragraphs. You should feel lucky to have seen such a paragraph in your life. Congratulations! $("button"转载 2017-11-08 09:17:09 · 681 阅读 · 0 评论 -
JQuery css設置
$(document).ready(function(){ $("button").click(function(){ $('body').css("background-color","green");//背景色設置 $('h2').css("background-color","#996600"); $('h2').css("color","blue");原创 2017-11-07 12:53:52 · 193 阅读 · 0 评论 -
jquery日历插件FullCalendar使用技巧
https://www.cnblogs.com/zwjun/p/7496276.html转载 2018-01-16 18:06:37 · 394 阅读 · 0 评论