随笔分类 - -JQuery-
积累ing
摘要:1、用的较多的参数介绍: 1.url: String类型的参数,(默认为当前页地址)发送请求的地址。 2.type: String类型的参数,请求方式(post或get)默认为get。put和delete也可以使用,但仅部分浏览器支持。 3.dataType: String类型的参数,预期服务器返回
阅读全文
摘要:// <![CDATA[ document.oncontextmenu=new Function("event.returnValue=false"); document.onselectstart=new Function("event.returnValue=false"); // ]]> 内容
阅读全文
摘要:HTML: 第一种: Js: 第二种: Js: 要注意父元素的position定位和需要移动的div的position定位关系。我这里父div没有设置position,子div设置了position:abusolute
阅读全文
摘要:// <![CDATA[ $(document).ready(function() { // 禁止右键 $(document).bind("contextmenu", function(){return false;}); // 禁止选择 $(document).bind("selectstart"
阅读全文
摘要:之前做一个钉钉项目的时候,需要将钉钉的返回功能修改一下不是按照历史后退一步,而是有层次的后腿返回; 通常我们的返回按钮的代码是如下这样: 但是根据客户需求我们要对钉钉的返回稍作修改 第一步是引入钉钉相关的js文件,并调用相关函数 再者更加需求修改代码,在开发的时候因为对钉钉的相关函数的调用不是很清楚
阅读全文
摘要:// <![CDATA[ document.oncontextmenu=new Function("event.returnValue=false"); document.onselectstart=new Function("event.returnValue=false"); // ]]> 问题
阅读全文
摘要:// <![CDATA[ document.oncontextmenu=new Function("event.returnValue=false"); document.onselectstart=new Function("event.returnValue=false"); // ]]> 在j
阅读全文
摘要:// <![CDATA[ document.oncontextmenu=new Function("event.returnValue=false"); document.onselectstart=new Function("event.returnValue=false"); // ]]> 当时
阅读全文
摘要:// <![CDATA[ document.oncontextmenu=new Function("event.returnValue=false"); document.onselectstart=new Function("event.returnValue=false"); // ]]> iO
阅读全文

浙公网安备 33010602011771号