index.js 639 B

1234567891011121314151617
  1. 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});
  2. document.title = '乔布斯国际公寓专题-海居网';
  3. //报名验证提交的调用 底下报名
  4. PublicAction.AjaxSend({CORID:'buttom_ming'/*操作ID*/});
  5. $('.submit_area .buttom_ming').on('click',function(){
  6. setTimeout(function(){
  7. var _html = $('.alert-container .alert-content').html();
  8. if(_html == '提交成功'){
  9. // delbox();
  10. $('.right_m p.ling input').val('');
  11. }
  12. console.log(_html);
  13. },300)
  14. })