位置: 编程技术 - 正文
推荐整理分享Jquery使用小技巧汇总(jquery的使用步骤),希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:使用jquery操作dom,jquery使用教程,jquery1,jquery 用法,jqueryui,jquery的使用步骤,jquery 用法,jquery 使用,内容如对您有帮助,希望把文章链接给更多的朋友!
下面列出了一些Jquery使用技巧。比如有禁止右键点击、隐藏搜索文本框文字、在新窗口中打开链接、检测浏览器、预加载图片、页面样式切换、所有列等高、动态控制页面字体大小、获得鼠标指针的X值Y值、验证元素是否为空、替换元素、延迟加载、验证元素是否存在于Jquery集合中、使DIV可点击、克隆对象、使元素居中、计算元素个数、使用Google主机上的Jquery类库、禁用Jquery效果、解决Jquery类库与其他Javascript类库冲突问题。
1. 禁止右键点击
2. 隐藏搜索文本框文字Hide when clicked in the search field, the value.(example can be found below in the comment fields)
3. 在新窗口中打开链接XHTML 1.0 Strict doesn't allow this attribute in the code, so use this to keep the code valid.
4. 检测浏览器注: 在版本jQuery 1.4中,$.support 替换掉了$.browser 变量
5. 预加载图片This piece of code will prevent the loading of all images, which can be useful if you have a site with lots of images.
6. 页面样式切换
7. 列高度相同如果使用了两个CSS列,使用此种方式可以是两列的高度相同。
8. 动态控制页面字体大小用户可以改变页面字体大小
9. 返回页面顶部功能For a smooth(animated) ride back to the top(or any location).
. 获得鼠标指针XY值Want to know where your mouse cursor is
. 验证元素是否为空This will allow you to check if an element is empty.
. 替换元素Want to replace a div, or something else
. jQuery延时加载功能Want to delay something
. 移除单词功能Want to remove a certain word(s)
. 验证元素是否存在于jquery对象集合中Simply test with the .length property if the element exists.
. 使整个DIV可点击Want to make the complete div clickable
. ID与Class之间转换.当改变Window大小时,在ID与Class之间切换
. 克隆对象Clone a div or an other element.
. 使元素居屏幕中间位置Center an element in the center of your screen.
. 写自己的选择器Write your own selectors.
. 统计元素个数Count an element.
. 使用自己的 BulletsWant to use your own bullets instead of using the standard or images bullets
. 引用Google主机上的Jquery类库Let Google host the jQuery script for you. This can be done in 2 ways.
[code]//Example 1<SCRIPT src=" type=text/javascript>google.load("jquery", "1.2.6");google.setOnLoadCallback(function() { // do something});</SCRIPT><SCRIPT type=text/javascript src=" // Example 2:(the best and fastest way)<SCRIPT type=text/javascript src=" 禁用Jquery(动画)效果Disable all jQuery effects
. 与其他Javascript类库冲突解决方案To avoid conflict other libraries on your website, you can use this jQuery Method, and assign a different variable name instead of the dollar sign.
基于JavaScript如何实现ajax调用后台定义的方法 由于ajax的独特优势,使得它在当前大量网站得到了广泛的应用,下面就介绍一下ajax如何调用后台定义的函数,虽然比较简单,不过希望能够给初学者带
jQuery中attr()与prop()函数用法实例详解(附用法区别) 本文实例讲述了jQuery中attr()与prop()函数用法。分享给大家供大家参考,具体如下:一、jQuery的attr()方法jquery中用attr()方法来获取和设置元素属性,attr是att
jquery实现树形菜单完整代码 本实例实现了树形的动态菜单,兼容IE8,火狐,Chrome等浏览器。使用了jQuery的toggle()方法。效果和代码如下:!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""htt
标签: jquery的使用步骤
本文链接地址:https://www.jiuchutong.com/biancheng/379231.html 转载请保留说明!友情链接: 武汉网站建设