2
I have the following code on every page
$( ":submit" ).click(function() {
$("#escondido").css("display","block");
});
This code is in a Blabla.js file, and is included with php at the top of all pages of the site, but in just one page I do not want this event to occur, there is the possibility to disable it only on this page without having to remove Blabla.js
add the php tag, because it is easier to do it
– Murilo Melo