Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

187
Visualizações
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 à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda