Posts by Jeferson Costa • 43 points
3 posts
- 
		1 votes0 answers80 viewsQ: Redux Hooks Reactjs - Trying to create a structureI’m trying to create a login structure using Redux and Hooks in React.js. But I’m having an error that I’m not being able to understand why. Who knows good Javascript can help me. The reference… 
- 
		1 votes2 answers64 viewsQ: I can’t get the value of the column next to my inputI have a problem I don’t know why... I have a table in which one of the columns gets the input and when onkeyup in this input, I need to get the innerHTML from the column next: <script… 
- 
		1 votes1 answer65 viewsQ: Change the value of a Slider in each table rowI’m in trouble, I don’t have much experience with Javascript and jQuery and need to do the following. I have a table, each row is a product and has a value. I need to add a percentage to this value…