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 8334317
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T03:18:23+00:00 2026-06-09T03:18:23+00:00

The Fullcalendar widget is awesome. I’m using it in a Twitter Bootstrap project, and

  • 0

The Fullcalendar widget is awesome. I’m using it in a Twitter Bootstrap project, and it looks just about perfect out of the box.

One thing that sticks out, though, is the HTML for the buttons, such as forward, back, and today. Is there a way to change how Fullcalendar outputs the button code so that it conforms to Bootstrap’s Button Group? E.g.:

<div class="btn-group">
  <button class="btn">1</button>
  <button class="btn">2</button>
  <button class="btn">3</button>
</div>

If not, I imagine that one way to go would be to create the buttons on my own and wire them into the Fullcalendar widget. But I’m not a jquery pro, and I’d prefer to try something simpler. Thanks.

  • 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-06-09T03:18:27+00:00Added an answer on June 9, 2026 at 3:18 am

    There are two ways to do it, as you implied in your question. Either:

    1. Make your own custom build of fullcalendar.js.

    2. Manipulate the default HTML after it renders, preferably using something like jQuery.

    Custom Build

    If you want to do the former, you need to edit the Header.js file and then recompile and serve your custom version of fullcalendar.js. However, I’d shy away from that because it will add overhead to updating the FullCalendar plugin in the future. However, it’s your call if you want to go that route. The advantage is you control everything and so it’s rendered how you want from the beginning.

    jQuery Overrides

    If you want to override the default render, it’ll only take a handful of jQuery lines. For example:

    var $fcButtons = $('[class*="fc-button"]').addClass('btn')
      , $oldTable = $('.fc-header-right > table');
    
    $('<div>')
      .addClass('btn-group')
      .appendTo('.fc-header-right')
      .append($fcButtons);
    
    $oldTable.remove();
    

    This will rip the three default buttons out of that <table> and toss them into a <div> with a btn-group class. After that we can discard that empty table.

    Keep in mind that a bunch of the CSS will still be attached to those buttons, so even though technically they are now a “Twitter bootstrap” button group, they still won’t look as spiffy. I assume, given the other answer, you can figure out all the CSS yourself.

    JSFiddle Demo

    ​

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using jquery fullcalendar and asp.net-mvc. It works fine out of the box
I am using jquery fullcalendar which works great. The one issue I have is
I implemented a FullCalendar in a Twitter Bootstrap Tab in a JS application written
I am using FullCalendar in one my projects and would like to plot recurring
After playing around with fullcalendar for a large project, i figured out that fullCal
I'm using FullCalendar jquery pluging in my MVC3 project. For some reason events aren't
I am using fullcalendar in one of my Rails projects to render events on
im using fullcalendar jquery plugin in my web. i have a problem in which
I am using jQuery fullcalendar plugin , I have tried altering this many different
I have been using fullcalendar plugin successfully for a few months and suddenly ran

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.