<?xml version="1.0" encoding="utf-8"?>
<!--  RSS generated by phpcms.cn RSS Builder [2026-04-07 13:33:06]  --> 
<rss version="2.0" xmlns:im="http://purl.org/rss/1.0/item-images/" xmlns:dc="http://purl.org/dc/elements/1.1/" >
<channel>
<pubDate>Tue, 07 Apr 2026 13:33:06 +0800</pubDate>
<lastBuildDate>Tue, 07 Apr 2026 13:33:06 +0800</lastBuildDate>
<docs>https://www.pweb123.com</docs>
<link>https://www.pweb123.com</link>
<title>jquery教程</title>
<image>
<title>jquery教程</title>
<url><![CDATA[]]></url>
<link>https://www.pweb123.com</link>
</image>
<webMaster>https://www.pweb123.com</webMaster>
<generator>https://www.pweb123.com</generator>
<ttl>60</ttl>
<dc:creator>https://www.pweb123.com</dc:creator>
<dc:date>Tue, 07 Apr 2026 13:33:06 +0800</dc:date>
<item>
<title><![CDATA[JQuery的checkbox全选反选勾选之后无法再次勾选问题]]></title>
<link><![CDATA[https://www.pweb123.com/html/jquery/1027.html]]></link>
<description><![CDATA[JQuery的checkbox全选反选勾选之后无法再次勾选问题，主要原因是使用了Jquery的attr()方法，该方法第一次勾选或者全选checkbox是正常的，但是当再次勾选的时候，发现就无法触发勾选了 原因：attr函数操作的是人为添加的属性,不是原本标签包含的属性,而checked这种原生属性最好使用pro   ]]></description>
<pubDate>2024-06-07 08:20:43</pubDate>
<guid><![CDATA[https://www.pweb123.com/html/jquery/1027.html]]></guid>
<author>https://www.pweb123.com</author>
</item>
<item>
<title><![CDATA[Jquery监听URL变化(锚链接变化)]]></title>
<link><![CDATA[https://www.pweb123.com/html/jquery/1024.html]]></link>
<description><![CDATA[有时候我们需要通过监听url中锚链接的变化，来实现不同地区的高亮，直接通过window location hash获取只能获取最初的锚点，可以通过以下方法获取方法一：使用hashchange事件在浏览器的URL地址中， 符号后面的内容被称为hash。我们可以通过监听hashchange事件来捕获URL地址的变化。具   ]]></description>
<pubDate>2024-05-18 22:57:38</pubDate>
<guid><![CDATA[https://www.pweb123.com/html/jquery/1024.html]]></guid>
<author>https://www.pweb123.com</author>
</item>
<item>
<title><![CDATA[jquery中each循环无法使用return终止循环]]></title>
<link><![CDATA[https://www.pweb123.com/html/jquery/1022.html]]></link>
<description><![CDATA[在使用jquery的each遍历的使用，发现使用return之后，程序不会停止执行，而是会继续往下执行。$ each(allTpInfo,function(index,value){if(value username==username){return}});在each代码块中return false = breakreturn ture = continue在each里使用 return 给整个函数返   ]]></description>
<pubDate>2024-04-17 14:39:19</pubDate>
<guid><![CDATA[https://www.pweb123.com/html/jquery/1022.html]]></guid>
<author>https://www.pweb123.com</author>
</item>
<item>
<title><![CDATA[swiper.js中当父容器或container容器宽度变化时导致图片无法自适应]]></title>
<link><![CDATA[https://www.pweb123.com/html/jquery/950.html]]></link>
<description><![CDATA[当swiper所在的窗口宽度发生变化的时候，一般可以通过下边方法来监听，observer:true,  修改swiper自己或子元素时，自动初始化swiperbserveParents:true,  修改swiper的父元素时，自动初始化swiper或者resizeObserver:true,  窗口容器变化on:{resize:function(){this update();  窗口   ]]></description>
<pubDate>2023-05-30 21:42:22</pubDate>
<guid><![CDATA[https://www.pweb123.com/html/jquery/950.html]]></guid>
<author>https://www.pweb123.com</author>
</item>
<item>
<title><![CDATA[Jquery中stop()的用法]]></title>
<link><![CDATA[https://www.pweb123.com/html/jquery/935.html]]></link>
<description><![CDATA[top()stop()：表示让运动的元素立即停止动画。接收两个参数，都是布尔值，默认值都是false第一个参数：是否清空当前动画队列。第二个参数：是否立即完成当前动画。①stop(false，false)等价方式stop()表示立即进入下一个动画，立即停止当前动画。②stop(false，true)表示立即进入下一   ]]></description>
<pubDate>2023-04-02 09:16:10</pubDate>
<guid><![CDATA[https://www.pweb123.com/html/jquery/935.html]]></guid>
<author>https://www.pweb123.com</author>
</item>
<item>
<title><![CDATA[Jquery监听radio的变化以及获取radio选中值（小心踩坑）]]></title>
<link><![CDATA[https://www.pweb123.com/html/jquery/891.html]]></link>
<description><![CDATA[使用change事件监听radio值的变化$(input:radio[name=&amp; 39;radioName&amp; 39;]) change(function(){alert($(this) val());})注意：上面的写法是有问题的如果去网上一查几乎都是这种写法，但是这种写法会报错：UncaughtSyntaxError:missing)afterargumentlist这种报错的意思就是：你可能   ]]></description>
<pubDate>2022-08-05 08:54:09</pubDate>
<guid><![CDATA[https://www.pweb123.com/html/jquery/891.html]]></guid>
<author>https://www.pweb123.com</author>
</item>
<item>
<title><![CDATA[jquery1.9版本后废弃的函数和方法]]></title>
<link><![CDATA[https://www.pweb123.com/html/jquery/795.html]]></link>
<description><![CDATA[<img src=https://www.pweb123.com/uploadfile/2019/1101/thumb_150_150_20191101113846701.jpg border='0' /><br />jQuery1 9中改变的地方Jquery1 9中改变了很多东西，具体的升级可以参考一下官方的升级指南。 toggle(function, function, &hellip; ) 方法删除这个方法绑定两个或多个处理程序到匹配的元素，用来执行交替的点击事件。它不应该被混同于显示或隐藏匹配元素 toggle( )方法，因为它没有过   ]]></description>
<pubDate>2019-11-01 11:33:48</pubDate>
<guid><![CDATA[https://www.pweb123.com/html/jquery/795.html]]></guid>
<author>https://www.pweb123.com</author>
</item>
<item>
<title><![CDATA[js自己写的全国省市三级联动效果]]></title>
<link><![CDATA[https://www.pweb123.com/html/jquery/714.html]]></link>
<description><![CDATA[<img src=https://www.pweb123.com/uploadfile/2017/0805/20170805103425193.png border='0' /><br />首先下载一个全国各个地区的一个js全国城市数据 rar这个js是通过json格式填写的！varcityData3=[{value:&amp; 39;110000&amp; 39;,text:&amp; 39;北京市&amp; 39;,children:[{value:&quot;110101&quot;,text:&quot;北京市&quot;,children:[{value:&quot;110101&quot;,text:&quot;东城区&quot;},{value:&quot;110102&quot;,text:&quot;西城区&quot;},{       html和j   ]]></description>
<pubDate>2017-08-05 10:30:26</pubDate>
<guid><![CDATA[https://www.pweb123.com/html/jquery/714.html]]></guid>
<author>https://www.pweb123.com</author>
</item>
<item>
<title><![CDATA[jQuery基础教程学习笔记（三）DOM操作（1）]]></title>
<link><![CDATA[https://www.pweb123.com/html/jquery/707.html]]></link>
<description><![CDATA[写代码，没案例，简直就是耍流氓，为了方便大家学习交流，每个知识点都会配上对应的案例！jQuery节点创建与属性的处理创建节点：$(&quot;&lt;div&gt;&lt; div&gt;&quot;)创建为本节点：$(&quot;&lt;div&gt;我是文本节点&lt; div&gt;&quot;)创建为属性节点：$(&quot;&lt;div id=&amp; 39;test&amp; 39; class=&amp; 39;aaron&amp; 39;&gt;我是文本节点&lt; div&gt;&quot;   ]]></description>
<pubDate>2017-05-22 11:25:09</pubDate>
<guid><![CDATA[https://www.pweb123.com/html/jquery/707.html]]></guid>
<author>https://www.pweb123.com</author>
</item>
<item>
<title><![CDATA[jQuery基础教程学习笔记（二）样式操作]]></title>
<link><![CDATA[https://www.pweb123.com/html/jquery/706.html]]></link>
<description><![CDATA[ attr()与 removeAttr() 属性与删除属性1、 attr(传入属性名)：获取属性的值2、 attr(属性名, 属性值)：设置属性的值3、 attr(属性名,函数值)：设置属性的函数值4、 attr(attributes)：给指定元素设置多个属性值，即：{属性名一: 属性值一 , 属性名二: 属性值二 , &hellip; &hellip; }   ]]></description>
<pubDate>2017-05-22 11:24:19</pubDate>
<guid><![CDATA[https://www.pweb123.com/html/jquery/706.html]]></guid>
<author>https://www.pweb123.com</author>
</item>
<item>
<title><![CDATA[jQuery基础教程学习笔记（一）选择器]]></title>
<link><![CDATA[https://www.pweb123.com/html/jquery/705.html]]></link>
<description><![CDATA[jQuery选择器之id选择器$( &quot; id&quot; )jQuery选择器之类选择器$( &quot; class&quot; )jQuery选择器之元素选择器$( &quot;element&quot; ) 例：$(&quot;p&quot;)jQuery选择器之全选择器（*选择器）$( &quot;*&quot; ) 选中全部元素jQuery选择器之层级选择器$( &quot;parent &gt; child&quot; )子选择器 如$(&quot;div &gt; p&quot;)表示选择   ]]></description>
<pubDate>2017-05-22 11:22:14</pubDate>
<guid><![CDATA[https://www.pweb123.com/html/jquery/705.html]]></guid>
<author>https://www.pweb123.com</author>
</item>
<item>
<title><![CDATA[前端程序员应该知道的 15 个 jQuery 小技巧]]></title>
<link><![CDATA[https://www.pweb123.com/html/jquery/592.html]]></link>
<description><![CDATA[返回顶部按钮通过使用jQuery中的animate 和scrollTop 方法，不用插件就可以创建一个滚动到顶部的简单动画：   Back to top$(&amp; 39; top&amp; 39;) click(function (e) { e preventDefault(); $(&amp; 39;html, body&amp; 39;) animate({scrollTop: 0}, 800);});&lt;!-- Create an anch   ]]></description>
<pubDate>2015-12-20 21:00:05</pubDate>
<guid><![CDATA[https://www.pweb123.com/html/jquery/592.html]]></guid>
<author>https://www.pweb123.com</author>
</item>
<item>
<title><![CDATA[推荐几个非常实用的jQuery代码片段]]></title>
<link><![CDATA[https://www.pweb123.com/html/jquery/590.html]]></link>
<description><![CDATA[概述：jQuery能够使用户的html页面保持代码和html内容分离，也就是说，不用再在html里面插入一堆js来调用命令了，只需要定义id即可，jQuery已经成为最流行的javaScript库。jQuery是一个兼容多浏览器的javascript库，核心理念是write less,do more(写得更少,做得更多)。jQuery使用户   ]]></description>
<pubDate>2015-12-15 09:02:41</pubDate>
<guid><![CDATA[https://www.pweb123.com/html/jquery/590.html]]></guid>
<author>https://www.pweb123.com</author>
</item>
<item>
<title><![CDATA[jquery手机，电话号码，区号，数字验证程序]]></title>
<link><![CDATA[https://www.pweb123.com/html/jquery/247.html]]></link>
<description><![CDATA[jquery手机，电话号码，区号，数字验证程序functioncheckOK(){$(&quot; text_red&quot;) hide();i=0;if(isNaN($(&quot; MPNation&quot;) val())){$(&quot; errorMsg_1&quot;) show();i++;}if($(&quot; RefreshResume_Form&quot;) find(&quot; isenglish&quot;) val()!=1){if($(&quot; Mobile&quot;) val()!=&quot;手机号&quot;&amp;&amp;isNaN($(&quot; Mobile&quot;) val())){$   ]]></description>
<pubDate>2013-09-02 23:01:00</pubDate>
<guid><![CDATA[https://www.pweb123.com/html/jquery/247.html]]></guid>
<author>https://www.pweb123.com</author>
</item>
<item>
<title><![CDATA[收藏了三jQuery返回顶部特效代码]]></title>
<link><![CDATA[https://www.pweb123.com/html/jquery/246.html]]></link>
<description><![CDATA[<img src=https://www.pweb123.com/uploadfile/2015/0525/thumb_150_150_20150525105917674.jpg border='0' /><br />返回顶部是我们经常会在很多网站中看到这种效果，如新浪网，淘宝网都可以看到有返回顶部效果，这样方便用户提升了网站用户体验了。1、&lt;title&gt;jQuery返回顶部特效&lt; title&gt;&lt; head&gt;&lt;body&gt;&lt;styletype=&quot;text css&quot;&gt; *返回顶部*  roll_top{position:relative;margin-bottom:1px;cursor:point   ]]></description>
<pubDate>2013-09-02 21:29:00</pubDate>
<guid><![CDATA[https://www.pweb123.com/html/jquery/246.html]]></guid>
<author>https://www.pweb123.com</author>
</item>
<item>
<title><![CDATA[【jQuery教程】jquery简单体验]]></title>
<link><![CDATA[https://www.pweb123.com/html/jquery/245.html]]></link>
<description><![CDATA[ Jquery是继prototype之后又一个优秀的Javascript框架。对prototype我使用不多，简单了解过。但使用上jquery之后，马上被她的优雅吸引住了。有人使用这样的一比喻来比较prototype和jquery：prototype就像Java，而jquery就像ruby 实际上我比较喜欢java（少接触Ruby罢了）但是jquery的   ]]></description>
<pubDate>2013-08-30 22:34:00</pubDate>
<guid><![CDATA[https://www.pweb123.com/html/jquery/245.html]]></guid>
<author>https://www.pweb123.com</author>
</item>
<item>
<title><![CDATA[【jQuery教程】JQueryCSS选择符]]></title>
<link><![CDATA[https://www.pweb123.com/html/jquery/244.html]]></link>
<description><![CDATA[CSS 选择符 $ 函数可以根据传入的 ID 取得元素，但对于结构复杂的页面，单传入一个 ID 难于精确取到相应的元素，myJSFrame 参考 CSS 2 0 选择符概念与 JQuery 框架中 CSS 选择符的引用形式，实现了自有的 CSS 选择符支持方式。支持大部分常见的 CSS 选择符。由于   ]]></description>
<pubDate>2013-08-30 22:31:00</pubDate>
<guid><![CDATA[https://www.pweb123.com/html/jquery/244.html]]></guid>
<author>https://www.pweb123.com</author>
</item>
<item>
<title><![CDATA[【jQuery教程】jquery新手入门实例教程三ajax应用]]></title>
<link><![CDATA[https://www.pweb123.com/html/jquery/243.html]]></link>
<description><![CDATA[jquery新手入门实例教学二 用户注册(简单的表单验证) 里面有一行语句$ get(&quot;php user_register php&quot;,{act:$(this) attr(&quot;ID&quot;),v:$(this) val()},function(txt){msg html(txt);})这个就是jquery ajax应用的简单实例什么是 ajaxAJAX全称为Asynchronous JavaScript and XML（异步   ]]></description>
<pubDate>2013-08-30 22:27:00</pubDate>
<guid><![CDATA[https://www.pweb123.com/html/jquery/243.html]]></guid>
<author>https://www.pweb123.com</author>
</item>
<item>
<title><![CDATA[【jQuery教程】jquery基础教程二(鼠标点击事件)]]></title>
<link><![CDATA[https://www.pweb123.com/html/jquery/242.html]]></link>
<description><![CDATA[下面我们来看看jquery如何给 DOM 各个元素批量绑定事件SCRIPTLANGUAGE=&quot;JavaScript&quot;&gt;&lt;!-- $(document) ready(function(){ $(&quot;div&quot;) click(function(){  $(&quot;div&quot;)就是页面中所有的div标签 alert(&quot;HelloWorld!&quot;); }) })   --&gt;&lt; SCRIPT&gt;$(&quot;div&quot;) click $(&quot;div&quot;)就是页面中所有   ]]></description>
<pubDate>2013-08-30 22:25:00</pubDate>
<guid><![CDATA[https://www.pweb123.com/html/jquery/242.html]]></guid>
<author>https://www.pweb123.com</author>
</item>
<item>
<title><![CDATA[jQuery中文入门指南，翻译加实例，jQuery的起点教]]></title>
<link><![CDATA[https://www.pweb123.com/html/jquery/241.html]]></link>
<description><![CDATA[jQuery入门指南教程这个指南是一个对jQuery库的说明，要求读者了解HTML(DOM)和CSS的一些常识。它包括了一个简单的Hello World的例子，选择器和事件基础，AJAX、FX的用法，以及如何制作jQuery的插件。 这个指南包括了很多代码，你可以copy它们，并试着修改它们，看看产生的效果。安   ]]></description>
<pubDate>2013-08-30 22:09:00</pubDate>
<guid><![CDATA[https://www.pweb123.com/html/jquery/241.html]]></guid>
<author>https://www.pweb123.com</author>
</item>
</channel>
</rss>
