I have a question regarding login through Facebook.
I have a database with a users table and I have a normal registration and login system, but I wanted to implement the login system through Facebook.
How do I tell the system when to regis...
Make a variable for each day. A function that is on the day of the week X look for open schedules.
Compare working hours with the current time
show result.
<p>Estamos abertos</p>
<p>Estamos fechados</p>
INFORMATION...
I'm trying to submit a form within a modal, but it's not submitting what I'm sending in the tag.
My VIEW:
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModal">Novo</button>
<div c...
I would like to know if there is any plugin to make this timer equal to this page for example:
link
If you have an example or link for consultation you would also be grateful.
Let's say I have the following SELECT in my HTML:
<form name="formularioEstados">
<label for="states">Selecione um estado:<br>
<select id="states" name="estados" onChange="mostraCapital()">...
My question is how to change the highchart pie markers (in the legend) from rectangles to circles and how to group my legend by category, I show the code below:
var categories = ['Product', 'Competition'],
data = {...
I can not return success, it is always falling into error.
The server side seems to be ok, the email is sent correctly, I just can not display the success and I do not understand why.
PHP
header('Content-type: application/json');
// D...
Each time you select a start time for the event in Google Calendar, it adds a 1 to the end time. Home
For example: If you put 12:00 on 03/25 at the start, the final will appear at 13:00 on 03/25.
However, when you put 23:00 on 03/06 on the initi...
If yes, how? If not, is there any way I can get the title value, then print?
For now it's like this (Inside a function. In the image it has an onClick calling it).
var imagens = document.getElementsByTagName('img');
document.getElement...