I am practicing with a web, and I have created a container and inside it I have created one that contains an image, an h4 and a paragraph. The problem is that the section is 380px high, and the article is almost 700px low, as if there was a spac...
I have a date that I want to condition. 12-27-2016. I want to check if within the period of dates from 20-12-2015 to 12-20-2016 it is fulfilled or not, as well as from 20-12-2016 to 20-12-2017. In the case of the first period 2015-2016, the date...
I have the following two simple tables, what I want to do is apply the border only a pair of elements td but that remain with the same style as when applied to the whole table as such, this is what I wear and can not recreate the s...
I'm trying to make a script that autoclicks a part of an iframe.
The idea is this:
On my website (web 1) there will be an iframe from another website (web 2). The idea is that when you load the web1, an autoclick is made in a specific part...
I have the following code that dynamically marks what the user writes, note that pure html is used, but when it happens to jade it does not work
var normal,
destacado,
texto,
entrada;
function inicializar()...
my problem is as follows
I have an option within a table to disable and enable a group but I only use it with a text that changes when I click, this I control from javascript with the following function:
var param1 = $(this).closest('tr')....
I have a form
<form action="" method="post" class="basic-grey">
<h1>Bible Form
<span>Please fill all the texts in the fields.</span>
</h1>
<label>
<span>Your Nickname* :</span>
<i...
When using the function replace() I get this error. I am using it because I am generating html code with user input values with a button.
The problem is that if the user enters double quotes (") or simple (') the code is not generated...