Questions tagged as 'jquery'

0
answers

Error consuming web service axml with apache cordova Visual studio

I have a project with apache cordova running in visual studio, when I try to make a web service connection it returns me the error below    ReferenceError: $ is not defined at ChildScope.Test [as WS]   (controllers.js: 15) at fn (eval at comp...
asked by 10.01.2017 / 15:56
0
answers

Consuming XML data via Ajax

I need to consume the data of an XML via AJAX but Firefox always returns an "incorrect formatting" error and does not print anything on the screen. The same AJAX runs seamlessly in Chrome, but other browsers do not load anything. $.ajax({...
asked by 10.01.2017 / 19:19
1
answer

Custom data in full calendar jquery

I need to load custom data into full calendar jquery , such as id of that event. I tried to do this: title: '{{$reuniao->TXT_TEMAX_REUNI}}', start: '{{$reuniao->getStart}}', allDay: true, id: '{{$reuniao->COD_IDENT_REU...
asked by 10.01.2017 / 20:26
1
answer

Problems with dates FullCalendar Jquery

I'm having trouble with the save date in the bank. So that I can save the date should come like this: 2017-01-09 19:39:12 But it's coming like this: Thu Jan 05 2017 00:00:00 GMT+0000 The configuration of my fullcallendar looks like thi...
asked by 09.01.2017 / 23:50
1
answer

Skip field input after click (function () {

Someone knows how to jump to the next field (input) using the function inside the event: click(function() { Can not be by ID because I'm using inside a div that uses the CLONE function of jquery. Thankful     
asked by 10.01.2017 / 03:28
0
answers

How to put the value of a field acquired with jquery in php?

I want to make a check try as a parameter the date of a datepicker and the id of an item. <script> $('.menu-item').click(function() { var item = $(this).attr('value'); alert(item);...
asked by 04.01.2017 / 14:31
1
answer

Problem with DataTables ID

I'm doing a project and I'm having a question / problem ... I have a DataTables with the following content: "aoColumns": [ {"sTitle": "<input type='checkbox' class='pull-left' id='checkall'>","mDataProp": null, "sWidth": "20px", "sDefa...
asked by 04.01.2017 / 13:12
1
answer

Library Datatable giving conflict in Other script

I use this library below to run my tebela features <script src="tables/datatables/assets/custom/js/datatables.init.js?v=v2.1.0"></script> Plus this script below only works when the above library is not present. Removing it work...
asked by 19.02.2017 / 21:45
0
answers

resizable and draggable do not work on items added later

I am using draggable and resizable of jQuery UI to box so user can change dimension and move. It is working correctly if I put the <div> direct in the code: <form action="" method="post" class="form row" en...
asked by 30.12.2016 / 19:35
2
answers

Error in request with jquery-autocomplete?

I have the following gulpfile.js file to generate the css files % and% with%. It is generating me two files: $('#instituicao').autocomplete({ source: function (request, response) { $.getJSON("/path/ajax", { q: request...
asked by 04.01.2017 / 22:08