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 every page 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 have to remove the blabla.js