Sergey Romanov
Sergey Romanov
Hmmm, let's see, .... Actually I do not know :smile: I did not need to make sure it is resolved before. All I wanted the way to pass manual options....
@lucc I am not actively maintaining this project, but usually go through PRs. I'll gladly accept it if it is packed properly.
Looks cool :+1:
@steliosph - man, that is awesome!
`start` and `end` time have to be in milliseconds. Add `000` to it. Reload after navigation may be because you buttons behave like subtit buttons. Add `type="button"`.
If your navigation buttons are inside `` element you have to add `type="button"` ``` Year ``` Where do you get `eventsRaw` from? Ajax request or during page building? In bose...
Please, show me code that gets that data. I mean if you use `$.ajax` then you can set `dataType: 'json'`
That should be ``` json [ {"id": "30","title": "123 Maple Ave, Mayberry&&Not Assigned","url": "http://myurl.com/DispForm.aspx?ID=30","class": "event-warning","start": "1412596800000","end": "1412611200000"},{"id": "31","title": "212 Apple Ave, Mayberry&&Johnny Doe/Mary Smith","url": "http://myurl.com/DispForm.aspx?ID=31","class": "event-success","start": "1381060800000","end": "1381075200000"},{"id": "32","title": "163...
I do not think so. Because `evenData` is an object. You should add `[]` before convert json string to array. And instead of `eval` you may try `jQuery.parseJSON(jsonString);` which I...
If you use browser TZ then server TZ have to be UTC. Because when browser gets data, it does not know which TZ it is. It asumes it is UTC...