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

183
Vistas
How to get event properties from date in fullcalendar 3.1.0

I have this code in the default.aspx:

select: function (e, i) {
                $("[id$=hfCustomerId]").val(i.item.val);
                date = moment(i.item.label, "DD/MM/YYYY HH:mm");
                $("#calendar").fullCalendar('gotoDate', date);
                //$('#updatedialog').dialog('open');

I would like to get title, description etc. of the event to which the date corresponds.

I Have in default.aspx an input box with a button:

 <script type="text/javascript">
        $(function () {
            $("[id$=txtSearch]").autocomplete({
                source: function (request, response) {
                    $.ajax({
                        url: '<%=ResolveUrl("~/Default.aspx/GetEvent") %>',
                    data: "{ 'prefix': '" + request.term + "'}",
                    dataType: "json",
                    type: "POST",
                    contentType: "application/json; charset=utf-8",
                        success: function (data) {                           
                        response($.map(data.d, function (item) {
                            return {
                                label: item.split('|')[0] ,
                                val: item.split('|')[1]                                
                            }                            
                        }))
                        
                       },
                    error: function (response) {
                     //   alert(response.responseText);
                    },
                    failure: function (response) {
                        alert(response.responseText);
                    }
                });
            },
            select: function (e, i) {
                $("[id$=hfCustomerId]").val(i.item.val);
                date = moment(i.item.label, "DD/MM/YYYY HH:mm");
                $("#calendar").fullCalendar('gotoDate', date);
                $('#updatedialog').dialog('open');
               
            },

So I select only one event, and I would like that when the update dialog opens this is filled with title, description, etc

about 4 years ago · Juan Pablo Isaza
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