Thread Starter
JiDaii
(@jidaii)
No, still not work. The fact is only the colorpicker js file is loaded.
But if I change the $handle argument of wp_enqueue_script function, that works.
I replace this line (wp-jump-menu.php, line 177):
wp_enqueue_script( 'jquery-functions', plugins_url().'/wp-jump-menu/assets/js/jqueryfunctions.js', array( 'jquery' ) );
by this line :
wp_enqueue_script( 'jquery-functions-jump-menu', plugins_url().'/wp-jump-menu/assets/js/jqueryfunctions.js', array( 'jquery' ) );
Don’t know why…
Thread Starter
JiDaii
(@jidaii)
New version just installed. But the drop down still doesn’t work. I have no 404 errors anymore, but only the script colorpicker.js?ver=3.3.2 is loaded (I have not check loaded css). Also, it seems there is no change event bound on select#wp-pdd.
Thread Starter
JiDaii
(@jidaii)
Thanks, I’m waiting for it!