Questions tagged as 'fullcalendar'

1
answer

jQuery DataPicker error on page with Ajax

I'm finalizing a registration page and realized that jQuery Calendar after being uploaded a second time does not work. $(function() { //Mascaras para Calendário.... $( "#datepicker10,#datepicker11,#datepicker12,#datepicker00" ).datepi...
asked by 28.05.2014 / 00:04
1
answer

Create links to events created in fullcalendar and open in a modal Bootstrap

Colleagues. I am using FullCalendar in an application and the events I was able to register using PHP / Mysql. However, I would like to create links in these events that appear in the calendar and that when clicking these links were directed...
asked by 26.01.2017 / 17:14
1
answer

Create FullCalendar Event Filter

Good morning, I would like to know how do I create a filter in a dropdown that will return me certain events. An example is this: link , but with a dropdown. I glanced at some materials, but nothing that could help me. Thanks     
asked by 09.11.2016 / 16:05
2
answers

Add event to FullCalendar dynamically

I have a list of teachers, within each teacher, I have a sublist of subjects. I need to create something like a "weekly calendar" for every time I select a teacher, I show his subjects in the weekly calendar (for me to know the day / duration of...
asked by 01.04.2016 / 00:41
1
answer

Take height from one div and apply it to another div

I'm using the excellent FullCalendar plugin to add a calendar to a page of the site I'm doing. It is very dynamic and the plugin calculates its size as soon as the page loads, keeping its size proportional to the div parent it is in....
asked by 30.01.2015 / 18:26
1
answer

Doubt when returning string json for FullCalendar event

I have a question. I'm using FullCalendar in a project. I can display the data registered in the bank normally. My problem is in the eventClick: I did so: var date = new Date(); var d = date.getDate(), m = date.getMonth(),...
asked by 29.06.2016 / 04:50
1
answer

FullCalendar duplicating record inserted in the database

I'm using fullCalendar to make an event log. But the following happens, if I click on a specific day a modal appears with form for me to save the data in the database, until then, it's okay to insert it into the database. But if I click o...
asked by 19.03.2015 / 18:57
2
answers

Change the color of a specific time slot in FullCalendar

I'm working with the view calendarDay in FullCalendar. I have a function that blocks when the user clicks on specific time slots on specific days (these values are written to the bank). I would like to know how I can set a different color only f...
asked by 06.04.2015 / 21:32
1
answer

FullCalendar fetch data from the php database

I'm generating a calendar for a site, and I'm required to use the fullCalendar tool. The question is to get the events by php to my database. In js, the data is listed in the following demo.calendar.js file and contains the following: ;(func...
asked by 09.07.2014 / 13:32
1
answer

SQL error on fullcalendar connection

My code is returning false, I have debugged but I do not find the error it returns "There was some problem .." <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="utf-8"> <meta name="description" conten...
asked by 24.10.2017 / 05:24