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