Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. echo '
  2. <div class="alert alert-success alert-dismissible fade in col-sm-3 animated bounceInDown" role="alert" style="position:fixed; top: 50%; right:40%; z-index:10;">
  3. <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
  4. <h4 class="text-center">Actualización de Actividad</h4>
  5. <p class="text-center">
  6. El Comentario fue actualizado con exito
  7. </p>
  8. </div>
  9.  
  10. ';
  11. <script type="text/javascript">
  12.  
  13. $(".alert").fadeTo(1000, 0).slideUp(1000, function(){
  14. $(this).remove();
  15. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement