摘要:
jquery.validate.js jquery.validate.messages_zh.js 阅读全文
posted @ 2017-02-04 11:43
cxd1008
阅读(151)
评论(0)
推荐(0)
摘要:
//点击DIV移动 function btnMoveClick() { $("#div1").stop(true, true); var vleft = $("#div1").position().left; var vtop = $("#div1").position().top; var vwi 阅读全文
posted @ 2017-02-04 10:49
cxd1008
阅读(147)
评论(0)
推荐(0)
摘要:
<asp:LinkButton ID="LinkButton1" runat="server" OnClick="LinkButton1_Click" OnClientClick="return confirm('确认解除绑定么?')">解除用户绑定</asp:LinkButton> 阅读全文
posted @ 2017-02-04 10:39
cxd1008
阅读(147)
评论(0)
推荐(0)
摘要:
$("#showTitle").mousedown(function (e) { vbool = true; vHeight = e.pageY; vWidth = e.pageX; cHeight = vHeight - $("#show").offset().top; cWdith = vWidt... 阅读全文
posted @ 2017-02-04 10:32
cxd1008
阅读(244)
评论(0)
推荐(0)
摘要:
$(function () { $(" #ul1 li").hover(function () { $(this).addClass("lihover"); }, function () { $(this).removeClass("lihover"); }); $(".divbody").mousewheel(functio... 阅读全文
posted @ 2017-02-04 10:29
cxd1008
阅读(129)
评论(0)
推荐(0)
摘要:
$(function () { //上菜单 $("#ListTopUL li").hover(function () { //$(this).addClass("ListTopULhover"); //$(this).siblings(this).removeClass("ListTopULhover"); var i = $(... 阅读全文
posted @ 2017-02-04 10:19
cxd1008
阅读(448)
评论(0)
推荐(0)
摘要:
$(function () { var d1left = $("#d1").offset().left; var d2left = $("#d2").offset().left; var d3left = $("#d3").offset().left; var d4left = $("#d4").o 阅读全文
posted @ 2017-02-04 10:16
cxd1008
阅读(146)
评论(0)
推荐(0)
摘要:
var creatShow = $('❄'); var setI; function downSnowClick() { $("#downSnow").attr("disabled",true); //❉❅❆✻✼❇❈❊✥✺ setI = setInterval(function () { var cloneShow = creatShow.clone(t... 阅读全文
posted @ 2017-02-04 10:13
cxd1008
阅读(191)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width" /> <title></title> <link href="~/Areas/CssJquery/CSS/AccordionDemo.cs 阅读全文
posted @ 2017-02-04 10:11
cxd1008
阅读(109)
评论(0)
推荐(0)
摘要:
$(function () { $(document).ajaxStart(function () { //alert("正在加载"); $(".loadDiv").show(); }).ajaxStop(function () { //alert("结束加载"); $(".loadDiv").hi 阅读全文
posted @ 2017-02-04 09:32
cxd1008
阅读(336)
评论(0)
推荐(0)
浙公网安备 33010602011771号