I have a form with multiple input that follows a pair sequence, ie: value1 for cost1, value2 for cost2 and etc ...
I need to get the input value value1 and assign the same value to cost1.
But I have several inputs and think of creating a s...
I have a div that contains 12 jobs and a button down (see more) that loads 12 more jobs, the problem is that if I try to $('#wrapperTrabalhos').append(data).hide().fadeIn(); all div ( #wrapperTrabalhos ) does fadeIn, the hide()...
I have this code, but I would like #navBar to suffer fadeOut, #menuBt and #hi to be always visible, is it possible?
HTML:
<div id="navBar">
<div id="hi"></div>
<div id="menuBt"><h3>...
I have a record where I have two dates: DataInicial and DataFinal , I'm using DataPicker to insert both, how can I leave DataInicial always with today's date, I can not allow retroactive dates.
I saw some tips like thi...
I need to send a new variable, using jQuery , to the neighborhood.php file, how do I?
I have a hidden input that contains the idcl variable that contains client data:
<input type="hidden" name="idcl" id="idcl" value="<?php echo...
How do I load a script into a page, the result appears in div ?
Example:
<script type="text/javascript">
/*
conteúdo do script
*/
</script>
<div id="script" class="000000"></div>
The goal is for scr...
I'm doing a photo upload system and it bugou! When I add the first photo it will be fine, but if I try to change the photo again it does not do the default action anymore ...
JSFiddle
<div id="exibirfoto"><img src="$row[foto]" id...
I'm trying to change my image using the NEXT and PREV arrows.
HTML
<div id="imagem-galeria">
{!! Html::image('img/quem-somos/galeria/foto-grande-1.jpg', 'Peças Colhedora de Cana', ['class' => 'img-main']) !!}
{!! Html::...
I need to know how much time the user has spent on the system.
In other words, how long it stays, from the moment you login , until logout OR close the browser / etc.
I do not even know how to start. I thought through cookies or...