Posts by Clenir Santos • 21 points
3 posts
-
1
votes3
answers84
viewsA: How to display a person’s name within the title="" tag label that is in a <input> in a PHP form?
Add the following javascript function to your head function onChangeSelect(select) { document.getElementById("nome").title = "Campo para atualizar o nome de " +…
-
-1
votes2
answers330
viewsA: Ciclo for javascript - unexpected result
Your question is confusing, but I believe that’s it; function caloriasDeTrote(numeroDeVoltas) { var calorias = 0; for (var i = 1; i < numeroDeVoltas; i++) { calorias += calorias + (5 *…
-
1
votes2
answers1628
viewsA: $. ajax -> I’m lost with this error "Uncaught Referenceerror: $ is not defined"
Change the line below, change rsc to src: <script src="http://code.jquery.com/jquery-2.0.3.min.js" type="text/javascript" ></script> And below a functional model of the script: function…