jQuery Attic

授权协议 未知
开发语言
所属分类 jQuery 插件、 其他jQuery插件
软件类型 开源软件
地区 不详
投 递 者 丁志勇
操作系统 未知
开源组织
适用人群 未知
 软件概览

This plugin will allow users of jQuery to take advantage of DOM storage across various browsers. DOM Storage allows a site to store more information on the client than just using cookies. It will work across all modern browsers and failover to Google Gears or Flash if needed.

NOTE: Currently only supports Firefox 2.x and up.

  • 使用jQuery怎么实现一个页面关键字搜索功能 发布时间:2021-01-04 16:46:38 来源:亿速云 阅读:136 作者:Leah 这篇文章给大家介绍使用jQuery怎么实现一个页面关键字搜索功能,内容非常详细,感兴趣的小伙伴们可以参考借鉴,希望对大家能有所帮助。 具体代码:Search p { border:1px solid black;width:500px;padding:5px

  • <html> <head> <title>jQuery关键词高亮</title> <style type="text/css"> * { margin: 0; padding: 0; } p {