dev_aliyun
cxt 6 years ago
parent 705c59b530
commit fd9afc71c9

@ -5,10 +5,10 @@ $(function(){
$(".headphoto").find(".headphoto-black").hide(); $(".headphoto").find(".headphoto-black").hide();
}); });
$("#user_tiddings").on("click", ".tiding_item", function(e){ // $("#user_tiddings").on("click", ".tiding_item", function(e){
window.open($(this).attr("data-url"), "_blank"); // window.open($(this).attr("data-url"), "_blank");
e.stopPropagation(); // e.stopPropagation();
}); // });
$("#user_tiddings").on("click", ".tiding_user_a", function(e){ $("#user_tiddings").on("click", ".tiding_user_a", function(e){
window.open($(this).attr("data-url"), "_blank"); window.open($(this).attr("data-url"), "_blank");

Loading…
Cancel
Save