Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

164
Vistas
Fullcalendar V5 show time tooltip while moving the cursor

While moving the cursor on the calendar I want to show the time. I tried to solve the problem with the viewRender but the 5th version of the full calendar doesn't support it anymore.

this what i tried to do :

 viewRender: function(view, element){
      $('#calendar').find('.fc-slats').find('[class="fc-widget-content"]').hover(
        function() {
          var tr = $(this).parent();
          var time = tr.find('td.fc-axis.fc-time.fc-widget-content').find("span").text();
          $(this).append('<td class="temp_cell" style="border: 0px; width:5px;">'+time+'</td>');
        },          
        function() {                        
          $(this).children('.temp_cell').remove();
        }
      );
    }
about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

Use eventMouseEnter instead. You can use tippyJS for this:

import tippy from "tippy.js";
...

eventMouseEnter: function (info: any) {
          let tooltip = tippy(info.el, {
            content: time,
            placement: "top",
            interactive: true,
            arrow: true,
            theme: "material",
            appendTo: document.body,
            allowHTML: true,
            duration: [1, 1],
            animation: "scale-extreme",
          }});

https://atomiks.github.io/tippyjs/

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda