fullcalendar - The calendar is black on pageload but works of i click the next day -
i have fullcalendar loaded in div in webpage. when page loads, has buttons there no grid display days, no space.
however, if click next/prev or of buttons calendar show properly.
ive tried spesificly load today:
$('#userboxcalendar').fullcalendar('today');
but not work :( idea?
your javascript loading before css script.... try moving script bottom of page , css load top... or make inline on page.... if using ajax load div use callback done loading re-render stated here , above. http://arshaw.com/fullcalendar/docs/display/render/
i loaded 1 in colorbox... , used colorbox done loading , works great... works when loading google maps... map.render or that...
Comments
Post a Comment