Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7160897
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T13:28:26+00:00 2026-05-28T13:28:26+00:00

I am working on a full calendar on a webpage. Currently, the layout of

  • 0

I am working on a full calendar on a webpage. Currently, the layout of each day block is:

Time
Title
Description

but I would like title goes first and then time. But I cannot find anywhere I can make this change in the code.

$(document).ready(function() {
    $("#cal").fullCalendar({
        header: {
            left: 'prev,next',
            right: 'month,agendaDay'
        },
        aspectRatio: 2,
        editable: false,
        timeFormat: 'h:mmt{-h:mmt}',
        eventTextColor: 'black',
        eventBackgroundColor: '#FFFF77',
        allDayDefault: false,
        eventSources: [{
            url: 'path/to/fullcalendar',
            color: 'green',
            textColor: 'black'
            }],
        eventRender: function(event, element) {
            element.find('.fc-event-title').html(event.title + "<br/>" + event.description).text();
        }
    });
});

So anyone can help me figure out where should I modify to make the change to swap title and time?

Thank you

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T13:28:27+00:00Added an answer on May 28, 2026 at 1:28 pm

    Inside of eventRender you need to alter the element layout so the time comes after the title. Something like this:

    eventRender : function(event, element) {
      var time = element.find('.fc-event-time').detach();
      element.find('.fc-event-title').after(time);
      ... any other code here ...
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using full calendar. It is working fine in all browsers but in
I am currently using jQuery FullCalendar as a calendar system, and it is working
I am trying to get a json feed working for the jquery Full Calendar
I can't read the full title of my Google Calendar events, because they're truncated
Full calendar have no included options to work-time feature (selecting first and last rows
I have the fullcalendar jQuery plugin working, but I'd like to show more data
I am looking for a PHP PDO full working example with best practices for
Does anyone has the code to a full working example of slartoolkit ( http://slartoolkit.codeplex.com/
I am working on the Full Text Search in Sql Server 2005. I have
I have jqGrid 3.5 (full) mostly working. I have it retrieving data with the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.