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...
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({...
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...
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...
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
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);...
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...
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...
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...
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...