javascript插件
发布日期:2021-09-11 09:57:13 浏览次数:13 分类:技术文章

本文共 560 字,大约阅读时间需要 1 分钟。

hot3.png

1、WdatePicker.js时间插件

2、jquery.noty.js消息提示插件

    

3、Persist.js基于swf的客服端存储。

    javascript本地存储方案有Flash SharedObject、Google Gears、Cookie、DOM Storage、User Data、window.name、Silverlight、Open Database

    ---

正常:

function getActiveNo(){debugger

var index = -1;

$("#contents li").each(function(){

  if($(this).hasClass("active")){

  index= $(this).attr("index");

  }

  });

return index;

}

非正常

function getActiveNo(){debugger

$("#contents li").each(function(){

  if($(this).hasClass("active")){

  return $(this).attr("index");

  }

  });

return -1;

}

转载于:https://my.oschina.net/u/1380237/blog/282676

转载地址:https://blog.csdn.net/weixin_34409703/article/details/92089834 如侵犯您的版权,请留言回复原文章的地址,我们会给您删除此文章,给您带来不便请您谅解!

上一篇:我的友情链接
下一篇:结合lucene谈谈整形值压缩--上篇

发表评论

最新留言

初次前来,多多关照!
[***.217.46.12]2024年04月05日 11时04分11秒