sehrish-iftikhar
sehrish-iftikhar
Calendar parameters are no longer working for V0.68. Whatever is passed in these provided parameters nothing executed according to user-defined output. e.g: > monthNames: > dayNamesShort: > txt_NextEvents: Any help...
In event calendar plugin we are using following script ``` javascript (function ($) { 'use strict'; $(document).ready(function ($) { $("#event-calendar-limit").eventCalendar({ jsonData:, jsonDateFormat: 'human', txt_noEvents: '', showDescription: true, eventsLimit:, txt_NextEvents: '',...
I am using tabs based html structure.I am using this plugin in second tab.Map didn't load completely.I call the map init function on tab click event and it load map...