Questions tagged as 'jquery'

1
answer

Drag and Drop between columns with Sort, move the cards between them

I'm developing an application where I have 3 columns of cards, I need the cards to be moved from one column to another and between each other. I managed to get the card to be moved to another column, but I can only move it one time, once it i...
asked by 06.07.2018 / 01:35
1
answer

Jquey does not work with elements inserted using .html ()

Good evening people, so .. I have an ajax code that catches a loop inside a php file and then inserts the result into an html page. So far, everything works. The problem is at the time I want to manipulate some class that was entered using .html...
asked by 07.07.2018 / 00:45
2
answers

Format number for only 2 digits

I have a script that returns: 4.499999999999999 But I wanted it to return only 4.4 or round to 4.5, so I do not want it to be more than 1 digit after the comma, how to do it?     
asked by 19.03.2015 / 22:41
1
answer

Browse fields input ng-repeat AngularJS

/* Retorna produtos banco de dados */ $scope.produtos = []; var carregaProduto = function () { $http.get("app/models/retornaProduto.php").then(function (response) { $scope.produtos = response.data; });...
asked by 03.07.2018 / 01:17
0
answers

Function $ even without jQuery

I have a project in angular2 v6, I'm doing the same without jquery and lodash, but when I type $ ('body') on the console it returns as if I had used jquery. When I type $ it shows.    ƒ $ (selector, [startNode]) {[Command Line API]} Do...
asked by 02.07.2018 / 19:37
0
answers

DateTimePicker post and book the next business days

Good morning! I'm having a big problem, I use the Bootstrap DateTimePicker to include a calendar just above a stopwatch on an html page, but now, on this calendar, the next 5 business days after the current day were requested to be demarcated...
asked by 03.07.2018 / 14:17
1
answer

How to customize select2 messages?

I want to remove Select2 messages: Searching; No matches found; Follow the code below: Html Page <input id="ajaxSecretaria" type="hidden" style="width:300px" /> Script: $(function () { $('#ajaxSecretaria').select2(...
asked by 27.07.2018 / 17:36
2
answers

Problem with Ajax and php

I'm doing a test with ajax and php, however it's returning a value nothing to see test2.html <html> <head> <title>TODO supply a title</title> <meta charset="UTF-8"> <script src="j...
asked by 31.07.2018 / 04:10
1
answer

How to disable Validations when doing a Submit in the change event of a DropDown

I have a modal with a dropdown, where, whenever an option is selected, a submit is made and the template is sent to the action to be edited and then returned. The problem is that Validations get in the way, is it possible to disable validations...
asked by 28.07.2018 / 01:01
0
answers

Autocomplete after pasting Jquery text

Hello, I have the following Sharepoint problem in the following input: <input id="listNCM" class="ms-long ui-autocomplete-input" autocomplete="off"> You input product search by numbers, the guy starts typing the number and the auto...
asked by 28.08.2018 / 22:22