Hello, I'm here to ask for the help of your friends.
I have this code below to list all the products and to be registered, but I am not able to list them on the same page using the foreach.
Would my friends give me a hint of where I'm going wron...
I made a website, but it made a mistake in IE9. The effect I made only gets cool with display: initial; (because it fits right into the letters).
The class code is as follows:
.box-slider h2 {
font-size: 23px;
background-colo...
I need to disable a button until all form fields are correct.
Thank you in advance.
$('#btnSalvar').on('click', function (e) {
var button = $('#btnSalvar');
button.prop('disabled', true);
var v...
In the WhatsApp Web, every message sent is stored in a span . I need to assign the value of the last message sent by the caller to a variable, as I do with the contents of the "Send a message" box:
var textbox = document.querySelector('#main...
I have a problem with the following code:
<select name="tipoPessoa" class="form-control">
<?php
$tipos = array("Pessoa Fisica","Pessoa Juridica");
$tipoSemEspaco = str_replace(" ","",$tipos);
foreach ($ti...
The form has two steps, I was able to validate the first step using the onStepChanging . But in the second step where there are fields that need to be validated, the user action becomes the submit, which I report on onFinished . I then tried...
I'm trying this way
libxml_use_internal_errors(true);
//pegar o conteudo de um pagina web
$doc = new DomDocument();
$doc->loadHTMLFile('http://www.astralsaudeambiental.com.br/');
$div = $doc->getElementById('sidebar');
$string_div = '';...
Do search engines continue to use the meta tag as relevant?
There are several articles on the internet saying no, others that yes, I really would like to know.
Personally, I'm using a custom font, so I use @fontface in CSS.
I'm having trouble putting accent, when I put it so, follow the link below:
What could I do?