I am creating an error page that works in 2 languages. The idea is that by default show a <div="404-spanish"> with a URL of the type: www.jonathancenteno.com/estapaginanoexiste . However, when the URL appears / in /, the idea would...
I have a button that adds, on the one hand, a row in a table with fields to fill.
Also, with the same button, a row is added to another table, where some dependent data of the first table is completed.
The problem is that when you add two rows o...
Hello, I have this script, I would like to know how I can modify the title of the file that it generates.
<script type="text/javascript">
function fnExcelReport()
{
var tab_text="<table border='2px'><tr bgcolor='...
Hello, I have a component in React that has a state type object: items: {} and my goal is to fill it with properties type fix. Example if input into a input a value is created: items: {Cat []} and if then input another value is created items: {C...
I want to know how to do so when you lose or win as you see there, make a new random of obstacles but do not accumulate those that you had before , something else, there is some better way to do When I win or lose more efficiently? There is a l...
I want to store a date to which certain days were added, with the function setDate() , Example: 28/02/2018 + 1 day = 01/3/2018 .
So add a if and add the 0 but at the time of storing it does not work
fecha_te...
Hi, I hope you are well, I have a problem which I can not solve. having the following json I want to group by ** state * to then create a new example:
[{
"area": "YUMBO",
"state": "NOT"
},
{
"area": "ZARZAL",...
My website will be based on doing activities and every time you finish an activity you will automatically be asked which NickName you want to appear on the Results page (where the Nick will be, what activity it is, the note and the date)....