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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T05:55:34+00:00 2026-05-14T05:55:34+00:00

I was wondering how to apply a custom render to a event… I want

  • 0

I was wondering how to apply a custom render to a event… I want to be able to prepend the “patient” name of a practice agenda…

eventRender: function(event, element) {         
    console.log(element[0]);
}

This currently shows the HTML output in the console, but I don’t know how can I access it (in a pretty jQuery manner) in order to manipulate the data within.

The output of the console dump is

<div class="fc-event fc-event-vert fc-corner-top fc-corner-bottom dr1" style="position: absolute; z-index: 8; top: 104px; left: 403px; width: 155.7px; height: 40px; ">
  <a>
    <span class="fc-event-bg">
    <span class="fc-event-time">10:30 - 11:30</span>
    <span class="fc-event-title">Primera vez que viene</span>
  </a>
  <div class="ui-resizable-handle ui-resizable-s">=</div>
</div>
  • 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-14T05:55:34+00:00Added an answer on May 14, 2026 at 5:55 am

    Did you try doing this?

    eventRender: function(event, element) {         
     // get your new title somehow
     var title = "New Content";
     // replace the event title
     element.find('.fc-event-title').text( title );
    }
    

    Edit: Oh and if you just want to prepend, then change it to something like this:

    eventRender: function(event, element) {         
     // get the name somehow
     var name = "Joe";
     // prepend the name
     element.find('.fc-event-title').prepend( name + ' - ' + title );
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was wondering if you can actually apply state transitions to a custom component
I was wondering how I could access the jQuery custom function within a sub
As the title says, I'm wondering how to apply changes to Jan Berkel's SBT
I was wondering if it was possible to apply effects to retrieved elements within
I'm wondering whether I should create extension methods that apply on the object level
I'm just wondering how to apply several rules for a preg_replace without executing them
Just wondering does the 4GB limit apply to this edition or is it 'fully
I am wondering how to use apply on a multidimensional array. I have something
I was wondering how to apply a match and case to my act() method.
I was wondering how I apply an edited actionscript class to a component?? I've

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.