TearSnow

jQuery网站功能引导用户提示操作

jQuery网站功能引导用户提示操作

插件描述:jquery制作最近网站比较流行的网站页面功能引导用户,提示用户网站的主要功能和操作。当用户首次进入网站时会提示网站功能引导,提示用户操作。写入cookie浏览器缓存,下次不重复提示网站页面功能引导。

<div id="guide-step">
    <div style="margin-top:270px;height:10px;line-height:99em;overflow:hidden;" id="stepflow03">第二步骤</div>
    <div style="margin-top:530px;height:10px;line-height:99em;overflow:hidden;" id="stepflow04">第三步骤</div>
    <div class="tipSwitch"></div>
</div>
 
<script type="text/javascript">
var tipVisible = GetCookie("tipVisible");
var neverShow = GetCookie("neverShow");
if(tipVisible != "no" && neverShow != "no"){
    showSearchTip();
    setSearchTip();
}
</script>
jQuery网站功能引导用户提示操作

转载请注明本文地址: https://www.igs.cc/03/09/530/ | IGS's Blog

标签: ,
该日志由 IGS 于2017年03月09日发表在 jQuery, HTML+CSS 分类下, 您可以发表不同观点
原创文章,转载请注明: jQuery网站功能引导用户提示操作 | IGS's Blog

jQuery网站功能引导用户提示操作:等您坐沙发呢!

发表评论

= 4 + 9 (防止机器人评论

快捷键:Ctrl+Enter