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.
by the way why are you disabling the jquery ?
timmse
April 22, 2025, 7:35am
3
Hi Ujang,
Thanks so much for your report!
Bricks has not used jQuery in the front end since version 1.4:
This update is by far the biggest we ever released (300+ changes). Marking a new chapter of even better performance, tying up a lot of loose ends, and paving the way for many upcoming new & more advanced features. Builder Rewrite One of the...
However, in Builder and WordPress in general (as Sinan already said), it is required in some places.
Best regards,
timmse