With the help of Milrak Pereira Pessoa and Wéllingthon M. de Souza, I edited my code ... I have a product code and it has 5 types and 5 descriptions. I'm trying to bring to the user the types and descriptions within the blank table. However, the...
I have two inputs of type radio . Here is the code below:
<input type="radio" id="isgift0" name="isgift" value="0" class="arredondado" />
<label for="isgift0">Teste 1</label>
<input type="radio" id="isgif...
I wanted to know if there is a function that returns the AJAX request time in microseconds, as I need to get this value for the project I'm developing.
How to site such as Youtube, Netflix and many other sites do this function? Are the thumbs created at the time of the mousemove / mouseenter in the progress bar, or have they already been created before and the player only displays? If they are...
I need to make use of regex in javascript
The situation is this: I need to get the text that is with you inside the element with the text class.
After picking up this text, I have to look at it if it contains certain words or expressions....
Well I know how to identify a click on an element. I do this:
// Fecha Sidenav
$("#Close_Sidenav").click(function() {
$("#mySidenav").hide();
});
But I need $("#mySidenav").hide() to run when I click on the Close_Sidenav e...
I'm doing a college job, to show the benefit of user interactivity with jquery.
The way I did it was:
Content is responsible for the part of displaying the image and doing some onclick function.
However, in content exchange I have to return the...
I'm wanting a system that keeps updating the logged in user to go showing the messages he receives. Taking into account that this system will have 250-500 concurrent users there, what is the best way to search the data in the database and update...
I'm doing a dashboard with users and need an edit button.
When the edit button runs it just makes code appear and disappear, but wanted to know if it's possible to execute jQuery code and select the button id.
<aid="1" class="edit">E&l...
I'm getting via JSON a array , I run it with .each() JQUERY , so I set my html, and put it in div within my page. Having said all this and done this:
$.getJSON('http://localhost:8000/produtos', function(data) {...