Questions tagged as 'jquery'

0
answers

I use calendar.js and I want it to capture the dayclick event but it does not work for me

$(function() { // page is now ready, initialize the calendar... $('#calendar').fullCalendar({ selectable: true, header: { left: 'prev,next today', center: 'title', right: 'month,agendaWeek,agendaDay' }, dayClick:...
asked by 06.11.2018 / 20:55
1
answer

Find value in JSON array

I'm doing a program for a cerezaria that sends empty barrels to fill. in the stock form you enter the type of beer and a barrel number. Then I get a JSON from the barrels table through an AJAX request. And I want to check if the "active" fiel...
asked by 06.11.2018 / 12:57
2
answers

Problems with summernote

I'm new to programming and I need help I want that when I select one of the names I put it in the position where the cursor is located <select>selecionar dato</select> <option value="Emmanuel">Emmanuel</option> <opti...
asked by 06.11.2018 / 23:39
0
answers

Problem with DataPicker and JavaScript

$(document).ready(function(){ var id; $(".cell").dblclick(function(e){ id = e.target.id; $('#ModalReserva').modal('toggle'); $('#datetimepicker1').datetimepicker({date: id}); }); }); I have several cells i...
asked by 05.11.2018 / 17:06
1
answer

How to load a table with jquery through a filter made with a button that takes the value of a select?

I am trying to load my table using jquery but it is not possible for me, I do not know how to pass the value of the query to the query, I have made several attempts with JSON but it does not work for me, if someone can explain it I would appreci...
asked by 05.11.2018 / 18:51
0
answers

Ajax does not connect to the php driver

I have a modal, in which I want to record data of a user. This file is called personal.php , which has its js called personal.js and it must be connected to a driver file, called personal.ajax.controller. php and does not send any parameter...
asked by 04.11.2018 / 19:36
0
answers

DataTables warning (table id = 'PRData'): Requested unknown parameter '13' from the data source for row 2

Hello good night, present the following error of the data table in codeigniter, I try to find the error but I have little experience in the script:    DataTables warning (table id = 'PRData'): Requested unknown parameter   '13' from the data...
asked by 08.11.2018 / 08:08
0
answers

Add Styles to menu items while lowering the screen with Jquery

Hello, I have a menu with this structure .. <div id="MenuWrapper"> <nav class="menu"> <ul> <li><a href="#nosotros" id="mak1">nosotros</a></li> <li><a href="...
asked by 08.11.2018 / 04:25
1
answer

Problems with AJAX, JQUERY and JSON

I am new to AJAX and I have several problems. At this moment, I have a code to send data from a form by JQuery and with these, generate a query on the same page. This is the HTML code (although I have it as .PHP): <!DOCTYPE html>...
asked by 03.11.2018 / 14:53
1
answer

Upload files and data with jquery

I have the following form: <form class="formuploadajax" method="post" enctype="multipart/form-data"> <input type="text" id="nombre" name="nombre" placeholder="Escribe tu nombre"> <br> <input type="email" id="c...
asked by 03.11.2018 / 16:47