|
@@ -627,6 +627,7 @@
|
|
|
$(this).toggleClass('selected').next('.tab_content:not(:animated)').slideToggle(500);
|
|
|
// $(this).parent().siblings().children('.tab_content').slideUp(500)
|
|
|
$(this).parent().siblings().children('.tab').removeClass('selected');
|
|
|
+ console.log(document.body.scrollTop)
|
|
|
});
|
|
|
//
|
|
|
$('.province .checkbox:not(.other)').on('change',function(){
|
|
@@ -711,6 +712,7 @@
|
|
|
// $('.result_name').append(html)
|
|
|
localStorage.city = citys.toString();
|
|
|
localStorage.province = province.toString();
|
|
|
+ localStorage.area = html;
|
|
|
history.back();
|
|
|
});
|
|
|
$('.reset-btn').click(function(){
|