|
|
|
@ -310,10 +310,14 @@
|
|
|
|
|
|
|
|
|
|
alert(isTipSafari);
|
|
|
|
|
$(document).on('click','html',function(){
|
|
|
|
|
if (isTipSafari) {
|
|
|
|
|
alert(666);
|
|
|
|
|
// if (isTipSafari) {
|
|
|
|
|
$(".safari").css("position", "fixed");
|
|
|
|
|
$('.safari').show();
|
|
|
|
|
}
|
|
|
|
|
// }
|
|
|
|
|
});
|
|
|
|
|
$(".safari").click(function () {
|
|
|
|
|
alert(888);
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|