蜜唇直播官方版-蜜唇直播安卓版本免费安装-蜜唇直播平台官方app下载

$(document).ready(function () { $.ajaxSetup({ cache: false }); //導(dǎo)行控制 $(".navli").each(function (index) { $(this).s_hover(function () { $(this).addClass('innavli'); $(this).find('a').find('span').addClass('inspan'); }, function () { $(this).removeClass('innavli'); $(this).find('a').find('span').removeClass('inspan'); }); }); $("#lm_fl_3 li").tags({ 'divclass': '.lm_fl_2s' }); $("#lm_fl_3_aa li").tags({ 'divclass': '.lm_fl_3_aas' }); }); (function ($) { $.fn.tags = function (options) { //各種屬性、參數(shù) var defaults = { 'hoverclass': 's_hover', 'divclass': '' }; var optionsd = $.extend(defaults, options); var tts = this; this.each(function (i) { //插件實(shí)現(xiàn)代碼 $(this).mousemove(function () { //alert(i); //alert(optionsd.divclass); tts.removeClass(optionsd.hoverclass); $(this).addClass(optionsd.hoverclass); $(optionsd.divclass).hide(); $(optionsd.divclass).eq(i).show(); }); }); }; })(jQuery);
function trData(){ var name=document.getElementById("name").value; var mobile=document.getElementById("mobile").value; var loupan=document.getElementById("loupan").value; var mianji=document.getElementById("mianji").value; check_mobile=/^(((13[0-9]{1})|(15[0-9]{1})|(18[0-9]{1}))+d{8})$/; if(!name){ alert("請(qǐng)輸入您的姓名!");return false;} if(!mobile){ alert("請(qǐng)輸入您的電話(huà)號(hào)碼!");return false;} if(!loupan){ alert("請(qǐng)輸入您的樓盤(pán)!");return false;} if(!mianji){ alert("請(qǐng)輸入您的面積!");return false;} //if(!(check_mobile.test(mobile))) //{ // alert("請(qǐng)您輸入正確的電話(huà)號(hào)碼111!"); //return false; //} window.location.; }