Posts by Thiago Maia • 121 points
14 posts
-
0
votes2
answers174
viewsQ: Remove Edges from element
I need a great help, I created a layout as in the example below <style> /* CSS for the main interaction */ .tabset > input[type="radio"] { position: absolute; left: -200vw; } .tabset…
cssasked Thiago Maia 121 -
0
votes0
answers10
viewsQ: How to select only one Select option?
how do I select/change only my select Store 3 option? I need that by clicking Shop 3 it does some action, like change color, or add some effect on js. $(function() {…
javascriptasked Thiago Maia 121 -
0
votes1
answer484
viewsQ: How to insert error message in Input?
I created a js to display the results as the search and the code works perfectly, as example below. $(document).ready(function(){ $("#myInput").on("keyup", function() { var value =…
-
1
votes1
answer30
viewsQ: Select with multiple JS values
I really need your help. I made a select in JS and it works correctly, the problem is that it selects only one content and what I need is that when selecting the filter of an option it displays all…
javascriptasked Thiago Maia 121 -
-1
votes1
answer401
viewsQ: Webpack ( Error: net::ERR_FILE_NOT_FOUND)
I am having trouble solving the following error in Webpack: net::ERR_FILE_NOT_FOUND , type the script works correctly as the output below. But when I try to view on the Chrome console, it shows the…
javascriptasked Thiago Maia 121 -
0
votes0
answers45
viewsQ: Problems with "Back Button" in browser
You guys, it’s okay? I need a lot of help, actually I don’t even know if that’s possible. The thing is, I created a page that has an iframe, so far so good, the problem is when I click the back…
-
1
votes1
answer25
viewsQ: JS content for time
I want to make a JS code to display certain content related to the days, as in the example below. day 1 = html a day 2 = html b day 3 = html c Type, when it is on day 1, will appear an html content…
javascriptasked Thiago Maia 121 -
2
votes2
answers91
viewsQ: Display all elements on the screen
I have a problem in the code section below. <!DOCTYPE html> <html> <head> <title>02 - Promises Example</title> <style type="text/css"> .promises { width: 100%;…
javascriptasked Thiago Maia 121 -
1
votes0
answers77
viewsQ: Problems with ESLINT Installation
I’m having problems installing the ESLINT (AIRBN) in VS Code, when I try to install, it presents the error below. I’ve tried to spin npm uninstall eslint and npm install eslint, close VS Code and…
node.jsasked Thiago Maia 121 -
0
votes1
answer61
viewsQ: Filter to select content
good afternoon. I’m trying to create a filter that displays only the content of enabled, disabled and all elements. Example: As in the example above, I have a select with the options (All , Active…
htmlasked Thiago Maia 121 -
1
votes0
answers126
viewsQ: Chrome back button does not return to home page
I’m having a really boring problem, the thing is I have an iframe on a page <div class="iframe"> <iframe align="top" allowtransparency="true" application="true" frameborder="0"…
htmlasked Thiago Maia 121 -
1
votes1
answer142
viewsQ: Jquery toggle does not work
I’m using the function toggle of jQuery, is working perfectly, but I put 12 Divs with text and when I click to open only one, all are opening. Follows the code of Javascript: <script…
jqueryasked Thiago Maia 121 -
0
votes0
answers570
viewsQ: Uncaught Typeerror: Cannot read Property 'match' of Undefined
I have a problem with this piece of code and I can’t solve it at all, every time I run the code and do the search (Auto Complete of Words) it returns the error Uncaught Typeerror: Cannot read…
javascriptasked Thiago Maia 121 -
2
votes2
answers1260
viewsQ: Capture Json (Array) data and put into HTML
Guys, I’m having a hard time capturing the items inside an object on Json. Follow the code below to illustrate. var tipos = [ { "code": "258", "label": "Sapatos" }, { "code": "547", "label": "Kits"…
javascriptasked Thiago Maia 121