Posts by Gabriel Barreto • 57 points
7 posts
-
-1
votes1
answer21
viewsA: Recover id as per javascript scroll
Solution: window.addEventListener('scroll', evt => { evt.path[1].window.scrollY > x.target.getBoundingClientRect().top ? variavel : null });…
javascriptanswered Gabriel Barreto 57 -
0
votes1
answer21
viewsQ: Recover id as per javascript scroll
Personal talk, Loveliness? I have a little problem here and I need your help hehehehe. I have the following situation <section id="section"> //TODO CODE </section> And I’m having a doubt…
javascriptasked Gabriel Barreto 57 -
1
votes0
answers19
viewsQ: botui.action.select
Talk, you guys, baby? I need a help here in vuejs, but precisely in botUI API. I have the following select action: const response = await this.instance.action.select({ action: { placeholder:…
-
2
votes3
answers5980
viewsQ: Customizing the Alert
I need some help regarding alert() of js, in which I am returning some information-only values to the user. Today I’m returning only one alert(), but I did some research and found some alternatives…
-
1
votes1
answer140
viewsQ: Dropdown in the navbar
I need a force here for a problem that’s killing me. I can’t get action on dropdown in my navbar. I am using Bootstrap 4.0 and jQuery 3.2.1. Follow my codes: <script…
-
0
votes1
answer62
viewsQ: Return table value
I would like to return the value of all my table to a change form or something, when clicked on my btn "see more", below the print of my screen: My code: echo '<form action="vermais.php"…
phpasked Gabriel Barreto 57 -
1
votes2
answers959
viewsQ: Change the color of values
I own a <form> in which I return information I consulted in the comic book, so far everything is working perfectly, however I would like to change the color of the value according to the…