Advertisement
syQ

Untitled

syQ
Sep 19th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. <?php
  2.   if(validation_errors()){
  3. ?>
  4. <script type="text/javascript">
  5.     $(document).ready(function(){
  6.       $('#myModal').modal({show:true});
  7.     });
  8. </script>
  9. <?php
  10. }
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement