CSS3 SVG消息提示框样式特效

CSS3 SVG消息提示框样式特效-精品资源网
CSS3 SVG消息提示框样式特效
此内容为免费资源,请登录后查看
0
免费资源

CSS3 SVG消息提示框样式特效

这是一组带关闭按钮的CSS3 SVG消息提示框样式特效,好看又实用网页消息提示效果。

js代码

<script>
jQuery(document).ready(function(){
  jQuery(\'.toast__close\').click(function(e){
    e.preventDefault();
    var parent = $(this).parent(\'.toast\');
    parent.fadeOut(\"slow\", function() { $(this).remove(); } );
  });
});
</script>

© 版权声明
THE END
点赞0 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容