$(document).keydown(function (event) { if (event.keyCode == 13) { var txt = $('.y_lplist_inp').val(); if (txt != '') { window.location.href = '/video/home?name=' + txt; } ; } }); //获取url中的参数 function getUrlParam(name) { //构造一个含有目标参数的正则表达式对象 var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)"); //匹配目标参数 var r = window.location.search.substr(1).match(reg); //alert(r); //返回参数值 if (r != null) return decodeURI(r[2]); return null; } var _name = getUrlParam('name'); if (_name) { $('.m_videohead_box').hide(); } else { $('.m_videohead_box').show(); } // 直播看房报名 $(function () { $('body').on('click', '.advance', function () { $('.liveBm').show(30) $('.liveBm_bg').show(0) }) $('.liveBm_bg,.liveBm_gb a').on('click', function () { $('.liveBm').hide() $('.liveBm_bg').hide(0) $('.liveBm_box input[type="text"]').val('') }) //报名验证提交的调用 底下报名 PublicAction.AjaxSend({CORID: 'ybm_buttom'/*操作ID*/}); $('.submit_area .ybm_buttom').on('click', function () { setTimeout(function () { var _html = $('.alert-container .alert-content').html(); if (_html == '提交成功') { $('.liveBm').hide(); $('.liveBm_bg').hide(); $('.liveBm_box input[type="text"]').val(''); } }, 1500) }) var daId = $('.liveNav_box a').eq(0).attr('data-id') var daName = $('.liveNav_box a').eq(0).attr('data-name') $('.liveNav_box a').eq(0).addClass('on'); liveajax(daId); $('.liveNav_box').on('click', 'a', function () { $(this).addClass('on').siblings().removeClass('on'); daId = $(this).attr('data-id'); daName = $(this).attr('data-name'); // console.log(daId); liveajax(daId); }) function liveajax(id, name) { var html = ''; $.ajax({ url: "/video/livelist", // 索取 data: {name: id}, //传ID type: "GET", dataType: "json", success: function (data) {//请求成功完成后要执行的方法 if (data.code == 200) { $('.m_video_box ul').html(''); $.each(data.data, function (i, data) { switch (data.type) { case 'all': // if(id){ // html+= '
'; // html+= '海南 文昌'; // html+= '5525'; // html+= '
'; // html+= '金边白天与黑夜,带你领略一个不一样的柬埔寨
'; // html+= ''; html += '' + data.parentCity + ' ' + data.city_name + ''; // html+= '5525'; html += '
'; html += '' + data.title + '
'; html += '预约
'; html += ''; html += '' + data.parentCity + ' ' + data.city_name + ''; // html+= '5525'; html += '
'; html += '' + data.title + '
'; html += '预约
'; html += ''; html += '' + data.parentCity + ' ' + data.city_name + ''; // html+= '5525'; html += '
'; html += '' + data.title + '
'; html += '