- 约你,不见不散!二度人脉社交请下载【约你】APP www.iyueni.com
回复 - 欢迎加入领团网http://www.lingtuan.com 回复
- 今天领导说了两遍让大家早下班,以防大雨,可同事没有走的,精神可敬呀! 回复
- 又到周末了。大家都准备去哪嗨皮呀!
回复 - 周末啦,有多少人和我一样在熬夜呢~
回复 - 祝大家周末快乐!
回复 - 新老领秀儿,今天你来领团签到了吗?~\(≧▽≦)/~啦啦啦
回复 - 购团网:http://www.goutuan.net 回复
- 购团网:http://www.goutuan.net 回复
- 购团网新版即将上线,欢迎公测!http://www.goutuan.net/all-c 回复
- 购团网个人中心改版上线公测。。。。 回复
- 曾经有一个好的黄金广告位放在您面前,你没有珍惜,等到再买的时候,广告位已经满了追悔莫及,如果再给你一次机会,你一定要记下这个Q号码:548892833. 如果非要谈一个合作期限的话,我希望是一万年。 ... 回复
- 端午节大家都团购什么了? 回复
- 世界杯真的是让这些不喜欢的人头痛。 回复
返回顶部
jQuery(document).ready(
function(){
jQuery("#serch_text").keydown(function(e){
if(e.keyCode==13)
auto_submit();
});
});
var default_array_shop = '请输入商家关键词或地址,按回车键完成搜索';
var default_array_web = '请输入团购站的名称,按回车键完成搜索';
var default_array_goods = '请输入您想查找的文章标题或关键词';
function auto_submit(){
var keywords = jQuery("#serch_text").val();
keywords=keywords.replace(/(^\s*)|(\s*$)/g, "");
keywords=keywords.replace(/\s+/g," ");
keywords = keywords.replace(/(^[\s+| +])|([\s+| +]$)/g,"").replace(/\s+| +/g," ");
key = jQuery("#tag0").attr("class");
shop = jQuery("#tag2").attr("class");
website = jQuery("#tag1").attr("class");
i3 = jQuery("#tag3").attr("class");
if(key)
{
jQuery("#index_serch").attr("action", "http://bbs.lingtuan.com/keywords/").submit();
}
if(shop)
{
jQuery("#index_serch").attr("action", "http://www.lingtuan.com/shopkeywords/"+keywords+"/").submit();
}
if(website)
{
jQuery("#index_serch").attr("action", "http://www.lingtuan.com/websitekeywords/"+keywords+"/").submit();
}
if(i3)
{
jQuery("#index_serch").attr("action", "http://www.lingtuan.com/keywords/"+keywords+"/").submit();
}
}
//鼠标滑出隐藏
jQuery("#profile_menu_bbs").mouseleave(function(){
jQuery("#profile_child_menus1").css("display","none");
});
jQuery("#profile_menu_zixun").mouseleave(function(){
jQuery("#profile_child_menus2").css("display","none");
});
//鼠标滑过显示
jQuery("#profile_menu_bbs").mousemove(function(){
jQuery("#profile_child_menus1").css("display","block");
});
jQuery("#profile_menu_zixun").mousemove(function(){
jQuery("#profile_child_menus2").css("display","block");
});