I created a form that is added to the page with a button. I used JS to create the form to be added. The problem is that I have two fields one of value and another of hours, to count the value of the time worked.
Then I applied to the input that...
Some sites like Walking Dead and YouTube has a system that appears above when the page is loading and an image appears in GIF or CSS3 by flipping on the side or a progress bar. What is the name of this system or how can I do it?
I've done...
How to apply two (or more) CSS rules to elements img of within a div ?
I use the TinyMCE editor and when I send an image to post or messages (pms) I have to be in a specific measure for each thing, otherwise the images "pop" the...
I have a menu that, when right-clicking, it opens in DIV . Everything happens inside a tr (line) of a table .
My problem is the following , I have a table with several tr , and each of them gets a ID .
A...
I'm developing software, but I can not enable a select.
The intent is to check the select enable automatically.
How do I do this?
function habilitarSofa() {
var radios = document.getElementsByName("sofa[]");
for (var i = 0; i <...
I have a javascript file that does ajax requests for my API, but I do not want anyone to find out the link to it, is there any way to block access to this file?
If you do not have some way to release so only the site can access?
I need to create a slide with two divs. I made one here just a scroll bar is coming down, look at the JSFiddle .
HTML
<div class="carrousel">
<div class="item active" id="about">
<p class="red">Primeiro aqui P...
I'm putting some instructions inside a same PHP file that are executed according to the value of the send variable received, at least that's what I thought. In this code you have two of these instructions, one that receives send == 'bu...
I'm doing some initial testing with javascript, and I'm not succeeding when trying to change a parameter from my HTML code. The idea is that by clicking the "Message" button, the text will be updated to "New Text!" Here is the HTML and javascrip...