当前路径: 星河码客 » 插件特效 » Facebook风格搜索朋友

Facebook风格搜索朋友

jQuery代码$(document).ready(function(){ $(".searchkeyword").keyup(function(){ var str = $(".searchkeyword").val(); var count = 0;//loop through the friendslist$(".friendslist .holder").each(function(index){ if($(this).attr("id")){ //case insenstive search if(!$(this).attr("id").match(new RegExp(str, "i"))){ $(this).fadeOut("fast"); }else{ $(this).fadeIn("slow"); count++; } } }); //display no of results box when str is not empty if(str == '') { $("#result_area").hide(); } else { $("#result_area").show(); } //display no of results found $("#result_area").text("Top "+count+" results for "+str); });});

Facebook风格搜索朋友

在线演示        积分下载        6毛下载        砍两刀下载       

文件目录······
暂无数据
 猜你喜欢 更多»
 工具推荐 更多»