I have no experience with this and am about to launch a service site and wonder if what I have to do to protect my idea is her patent, software registration or trademark registration? These are the options that appear in the National Institute o...
My problem is as follows, I can only display the results in a alert , how would I put the values inside a table?
<title>-Calcular tabuada</title>
<script type="text/javascript">
<
function calcula...
Through English OS searches, I learned how to decode and encode HTML entities as follows:
var wm = (function(wm){
wm.encodeHTML = function (html) {
var t = document.createElement('textarea');
t.innerHTML = html;
ret...
I have two table in an HTML page that is as follows:
One with my selected subjects.
Another one with the list of disciplines to select.
PS: I'm just studying, I'm not using a database or something.
So the tables are in this style:...
For example, using for :
var children = numero_de_filhos_de_uma_classe_qualquer;
for (i = 0; i <= (children); i++){
document.getElementsByClassName("classe")[i];
}
HTML
<div class="classe" ></div> // Filho Númer...
I have input and I want it to only allow capital letters in real time.
This code seems to work perfectly.
$("#texto").on("input", function(){
$(this).val($(this).val().toUpperCase());
});
But I noticed a bug and I do not know...
Well I'm having the following problem. JQuery identifies the data-link tag to retrieve the link and redirect the page. Soon after that the booting has to be disabled.
The problem is that clicking the button is disabled and is not redir...
I'm doing some html / css / javascript pages and they will all have the same header and footer, I would like to know how to do the import without repeating all the code.
Server in java.
But can you do it in a simplistic way?
I would like from my href, it went to the "spincoin.php" page with the post method, sending the variable "1", how can I do that?
Code:
<div>
<a href="spincoin.php">
<h2>Product</h2>
<p>Cost:...