I ask your help to capture the value of a paragraph h4 that is within a specific div , and put in a text field of a form. It is to automate a group name / singer's response system to an online radio.
This is div where is t...
I have the following situation: When I request my bank, my <img> tags already come with the src filled attribute, is it possible for me to prepend in it?
For example: <img src="meuArquivo.jpg"> , and via...
I have in my view a select that receives the data of the functions and the lists.
<select id="id_mfuncao" name="id_mfuncao" class="form-control">
<option value=""><< selecione >></option>
@foreach($mfuncoe...
To sort the posts by date I did the following:
$posts = $pages->find('template=blog-post, start='.$start .', limit=' . $limit . ',sort=-date');
When I modify the code sort=-date and sort=date nothing is changed so I do not...
When you click on the search icon the search box opens.
.busca-organica{
width:120px;
height:27px;
background-color:#FFF;
display:none;
}
.btn-pesq{
display:block;
}
<div class="btn-pesq"><img src="img/lupa.png">...
How can I supplement the code below to encode and decode text that has accents or symbols for HTML code?
In case I made the encoder more than not being very efficient I do not know how to make the decoder to return the original text.
<?p...
I need to import data xlsx to a system I've created.
HTML
<form method="post" action="" enctype="multipart/form-data">
<input type="file" name="arquivo">
<input type="submit" name="pegar value="pegar">
</for...
I'm trying to make a customAlias to use with jQuery Inputmask, but I'm facing the following problem:
My input:
<input id="input-field-nome" data-inputmask="'alias':'customAlias'" type="text" data-rule-required="true" class="form-co...
Well, I have the following code in javascript:
< script type = "text/javascript" >
function teste() {
var date1 = document.getElementById("data");
var date2 = document.getElementById("data2");
var timeDiff = Mat...
Hello! I want a help here: I want when someone writes something in an HTML form, with node.js , I can save this information in a text file with createFile. I do not know much about javascript, please help: /