I'm having a problem adding the designation of an article through the code. I have the following:
HTML
<table class="table table-striped table-bordered" id="vendaTabela" width="100%" >
<thead>
<tr>
<th dat...
I have several buttons with data-numBtn numeric and with value equal to the div (with data-slide attribute) that it controls. In short, I liked that when I clicked for ex: .btn with data-numBtn="3" something happens (eg fad...
What I want is something that works like target="_blank" , but I do not want to leave the page where the link was clicked.
That is, clicking on the link would seemingly nothing change, keeping the current page view, however, a new tab w...
I want to do scrollTop after I click a button. Only not on the page that I am, but on the page that will open.
My HTML:
<a href="/clinicas" class="saibaMais cp margin-top-40 margin-bottom-25 f-left unidadesClick">
<div class="s...
The CSS3 has gained so many utilities that previously were only possible with programming, for example: Media queries, fb, keyframe, transition etc ...
So what are the advantages, disadvantages and when should I use?
How can I change the value of the href attribute of a <link> and src of a <script> .
Real problem, I have two screens that are in different levels (different folders),
in which both are accessed by the...
I would like to know how I can create a global variable (or global element, I do not know how to call it) like in several plugins I see. Jquery example where to call any function related to it I just have to instantiate the symbol # or ca...
I have a following field,
<input name="dados[<?= $i ?>][quantidade]" class="quantidade" type="text" value="<?= isset($dados['quantidade']) ? $dados['quantidade'] : '' ?>" id="quantidade"/>
And I have a modal that when I c...
The question is complicated and I believe the answer will be too. I can not explain very well what I would like to do (and I do not even know if there is any), that's exactly why I've put images to exemplify better. Well, assuming I have 9 DI...