1. 首页
  2. 数据库
  3. 其它
  4. jQuery中filter()not()split()使用方法

jQuery中filter()not()split()使用方法

上传者: 2021-02-18 02:35:07上传 PDF文件 32.03KB 热度 20次
filter()和not(): 代码如下: [removed] $(document).ready(function() { //输出 hello alert($(“p”).filter(“.selected”).html()); //输出 How are you? alert($(“p”).not(“.selected”).html()); }); [removed] </head> <body> HelloHow are you? <!– 一个新的挑战是从一组类似或
下载地址
用户评论