Posts by Thiago lourenço • 89 points
5 posts
-
-1
votes2
answers424
viewsQ: Style Bootstrap 4 select combo box
boostrap 4 combo box styling is possible ? <div class="form-group"> <select class="form-control pesquisa__select col-12"> <option>teste 01</option> <option>teste…
-
3
votes2
answers307
viewsQ: Search(Json + Javascript)
I’m a designer and I’m trying to get into this front world...I have some questions. I’m starting a javascript search that accesses the…
-
4
votes2
answers305
viewsQ: Concatenate URL(Search)
Guys, I’m not very good at logic, I’m more of the design area. My question is the following: I would like when the user typed in the search, it concatenates at the end of the url...for example:…
htmlasked Thiago lourenço 89 -
0
votes1
answer67
viewsQ: Angular problems - NPM
When I give an npm install on my project, it makes me that mistake : gyp ERR! configure error gyp ERR! stack Error: unable to get local issuer certificate gyp ERR! stack at…
-
1
votes1
answer238
viewsQ: Create a filter using Jquery
I’m making a filter in jquery but I’m getting my logic wrong somewhere and I’m not getting out of place. My filter is not disappearing with some words I type, it brings me the whole block, even…