1234567891011121314151617 |
- jQuery(".lptype").slide({titCell:".lptype_ul ul",mainCell:".lptype_c ul",autoPage:true,effect:"left",autoPlay:true,scroll:1,vis:1,trigger:"click",interTime:5000});
- document.title = '乔布斯国际公寓专题-海居网';
-
- //报名验证提交的调用 底下报名
- PublicAction.AjaxSend({CORID:'buttom_ming'/*操作ID*/});
- $('.submit_area .buttom_ming').on('click',function(){
- setTimeout(function(){
- var _html = $('.alert-container .alert-content').html();
- if(_html == '提交成功'){
- // delbox();
- $('.right_m p.ling input').val('');
- }
- console.log(_html);
- },300)
-
- })
|