I need to develop an input that returns information from the database, but this information has to be visible in a div on the right side of the page
I tried a lot of things, but I did not get anything.
My test page:
<!DOCTYPE html>...
Good afternoon Friends
I have an input with the name of MARGIN, where a value is displayed according to some calculations that are made ... I need the input to change the color to red if this value is less than 25, if it is bigger it maintain...
How do I scroll the page to increase the size of the text?
I would like every%% text to increase by 50px to scroll the page to a total of 10px top.
Below is Fiddle and Snippet:
JsFiddle
$(document).ready(function(){...
I have a form that sends tans to my database when I click the button.
What can I do to disable the button after clicking? I do not want the button to be triggered more than once.
I wanted to get the value of the Field where it places the value of R $ and limit
[tipo (1<= 99 ) *23 e (>100) *25 ] how?
Code I have:
<!DOCTYPE html>
<html>
<head>
<script src="jquery.min.js...
I have a following div with an image, title, and some options. See:
.truncate {
font-size: 12px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
<div class="item thumb">
<div class="thumbn...
How do I pro jquery open only the box I clicked, without opening the others. I tried to use $ (this), but I could not. Not the way I want it.
HTML
<div class="main">
<i class="icon icon-edita">Editar</i>
<di...