Sorry i found a way ^^
jquery-core
jquery-migrate
set $in_footer to true
thanks for the plugin
————————————
by the way you can put your script in footer to improve loading like this :
LINE 159 > 169 IN INDEX.PHP
if( $options['debug'] && current_user_can( 'manage_options' ) || !$options['debug'] ){
//jQuery Cookie
wp_deregister_script( 'jquery-cookie' );
wp_register_script( 'jquery-cookie', plugins_url('js/jquery.cookie.js', __FILE__), array( 'jquery' ),SPM_PLUGIN_VERSION<strong>, true</strong>);
wp_enqueue_script( 'jquery-cookie' );
//Simple Popup Manager Javascript
wp_deregister_script( 'simple-popup-manager' );
wp_register_script( 'simple-popup-manager', plugins_url('js/simple-popup-manager.js', __FILE__), array( 'jquery', 'jquery-cookie' ),SPM_PLUGIN_VERSION<strong>, true</strong>);
wp_enqueue_script( 'simple-popup-manager' );