JQUERY获取当前页面的URL信息

作者:Liaodeity

利用jquery获取地址信息,描点等参数信息。设置或获取对象指定的文件名或路径。window.location.pathname例:http://localhost:8086/topic/index?topicId=361alert(window.location.pathname); 则输出:/topic/index...

jQuery 遍历 - 后代children()、find()

作者:Liaodeity

对元素的下级子类进行选择。通过 jQuery,您能够向下遍历 DOM 树,以查找元素的后代。children() find()jQuery children() 方法children() 方法返回被选元素的所有直接子元素。该方法只会向下一级对 DOM 树进行遍历...