Posts by Gabriel Sampaio • 1 point
2 posts
-
-1
votes1
answer32
viewsQ: How to prevent a BODY CSS rule from being reflected in a particular Element contained in it?
I am creating a modal on a page, and as usual I want that when the modal is being rendered, the screen that is "underneath" it is blurred, dark. I have a class that represents my modal, and in it…
-
-1
votes2
answers174
viewsQ: Run SELECT command in Firebird database with Javascript
Hello, I made a code to execute a select in a database Firebird using javascript, with the library Node-Firebird, the code is this: firebird.attach(options, (err, db) => { if (err) throw err…