"js jQuery migrator"
Bootstrap 4.1.1 Snippet by iammohitverma

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <h2>Create your snippet's HTML, CSS and Javascript in the editor tabs</h2> </div> </div>
wp_enqueue_script( 'script8', plugin_dir_url( __FILE__ ) . '/js/confetti.js', array ( 'jquery' ), 1.1, true); wp_enqueue_script( 'script5', 'https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js', true); wp_enqueue_script( 'script6', 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js', true); wp_enqueue_script( 'script7', 'https://code.jquery.com/jquery-3.4.1.min.js', true); wp_enqueue_script( 'script9', 'https://code.jquery.com/jquery-migrate-1.4.1.min.js', true);

Related: See More


Questions / Comments: