I have a website and am using Bootstrap but for some reason when I go to index.php everything works as it should, but if it is to index.php / (with the end bar) the HTML code loads more the rest, not css or js or anything.
Good afternoon
Personal I have a select that dynamically adds row to row within a table, but my code only takes the text from the first row. I would like to get the text according to the line and move to an input hidden.
MY DYNAMIC SELECT...
I have the following JSON:
{
"$SP": {
"0": "92",
"1": "00:01:36.340",
"2": "00:05:48.929\n"
},
"$MT": {
"0": "91",
"1": "00:00:34.187",
"2": "00:18:44.001\n"
}
}
I need a function that looks for the key name...
I'm making an HTML page with JavaScript and would like for every user who visits it to change the initial video.
I have 5 videos, so on the first access the video 1 would be displayed, then the video 2 and so on, until in the sixth access it...
Hello! I'm setting up a responsive site and using some bootstrap layouts to make the site. The problem is that the layout I liked the most was not done with a good menu for a lot of content, especially for users with a screen less than 768px....
I'm creating a Accordion Menu , based on a example that I found on the internet, however, I am struggling to try to make it an open option by default, also in this example here.
Could anyone help me?
//faq toggle stuff
$('.togglef...
To use Web Workers for certain things, can you use a promise for when it's done?
Type like this
WR.postMessage({taskID: 'g_b_i'}).then(function(nonce){
console.log(dT(), 'Sending parameter nonce: ', nonce);
});
nonce w...
I have a form where the user needs to enter his full name, so I used the jQuery Validate plugin to make these validations, and I also added the additional methods , where there is a function called minWords that you place the minimum quanti...
I am trying to get the value of radio in JS using foreach
foreach($produtos as $produto){
<input type="radio" id="<?php echo trim($produto->CODIGO); ?>" name="plano_ouro" value="<?php echo trim($produto->...
Good afternoon friends, I'm having trouble finding a logical solution to solving my problem in a loop (for)
Within a table, we have price information in the tag: <p class="preco-plano">R$44</p> and I created a blank tag:...