NO BUG: Is bricks editor need JQUERY to run?

I use the latest bricks 1.12.4

When I disable jquery, suddenly my bricks editor is blank without loading at all, it goes blank

what I’ve done
I’ve disabled all plugins
I tried editing on a new page
rocket loader is off

there’s only 1 solution, I delete the script and turn jquery back on or by excluding the bricks page from the script

but, is it true that bricks can’t run without jquery?

add_action(‘wp_enqueue_scripts’, ‘no_more_jquery’);
function no_more_jquery(){
wp_deregister_script(‘jquery’);
}

Bricks Builders made with Vue.js

Some WordPress Core features STILL works with jQuery.

Because of these native wp core funcs works with jquery and bricks builder uses the native wp core funcs when you disable jquery you will disable some of the WordPress Core itself. :wink:

by the way why are you disabling the jquery ?

Hi Ujang,
Thanks so much for your report!

Bricks has not used jQuery in the front end since version 1.4:

However, in Builder and WordPress in general (as Sinan already said), it is required in some places.

Best regards,
timmse