Posts by Alisson Blaas • 1 point
3 posts
-
-1
votes1
answer66
viewsQ: Rap sheet on top of each other!
I have a problem. I’m using the lokijs with vuejs, to register a user via modal, so far so good, only that every time I register a new user, this new registration replaces the old one. How do I fix…
-
0
votes3
answers169
viewsA: Modal doesn’t close on the Electron, how to fix it?
SOLVED PERSONAL! I created a modal with bootstrap, but I was missing the jquery I then used the command: npm install jquery --save , to download jquery and insert a call script into Electron.…
-
0
votes3
answers169
viewsQ: Modal doesn’t close on the Electron, how to fix it?
I have a modal problem. My problem is that the modal, does not close when clicking the button, I tried several ways, but none worked. How can I fix this? <script> var read =…