houseRemark.js 395 B

123456789101112131415
  1. $(function(){
  2. var hid = $('.wh_remark').attr('data-id');
  3. // $.ajax({
  4. // url: "/index",
  5. // data:{id:hid},
  6. // type: "POST",
  7. // dataType: "json",
  8. // success: function(data) {//请求成功完成后要执行的方法
  9. // if(data.code == 200){
  10. // $('.wh_cont_top > p i').html('东方')
  11. // }
  12. // }
  13. // })
  14. // console.log(hid)
  15. })