Questions tagged as 'jquery-ui'

4
answers

Problems with JQuery

My app worked correctly, now it does not throw me any kind of error, meanwhile when I run my browser's debugger in sends to jquery caught. <!doctype html> <html> <head> <meta charset="utf-8"> &l...
asked by 20.11.2018 / 19:22
1
answer

I need to do bootstrap / 3.3.6, jquery2.2.0 live with jquery-1.12.4. and jquery-ui.js to use datepicker.de jquery-ui

I can not get the following code to work properly for me if you did not comment on the line link ">. What I'm doing is a test that I must include in an application that is already using boostrap and this version of jquery. I want to i...
asked by 14.06.2018 / 10:43
2
answers

JQuery UI Slider in modal

I have a JQuery UI Slider that is not displayed within a modal. What do I have to do to make the Slider show inside the modal? This is my code (also available at Plunker ): angular.module('ui.bootstrap.demo', ['ngAnimate', 'ui.boo...
asked by 02.06.2016 / 17:41
1
answer

Execute function when another is completed

I am trying to execute a function when another one is completed but apart from that I have no idea how to do it. By the way that I am going I get a syntax error and I do not understand the reason very well. This is the way I'm trying to do it...
asked by 17.01.2018 / 18:45
2
answers

draggable does not apply to element created using append

What can I correct so that the .draggable() method is applied correctly to the elements created using the add button? $(document).ready(function() { $('.drag_drop').draggable({ addClasses: false, containment: "par...
asked by 22.03.2017 / 18:27
1
answer

Order of columns in JQuery DataTable

I have a doubt (maybe basic, I do not know) with the order of the columns of DataTable . The thing is that I need to disable the option " ordering " in the last 4 columns of my DataTable Is that possible? Beforehand, Greetings an...
asked by 10.10.2018 / 20:44
0
answers

How can I combine jQuery Multidatespicker to bootstrap datepicker?

I am trying to make a page in which there are several possibilities to include dates and to see the drop-down ones of them. Until now I was using the jquery-ui multidatespicker plugin to display a complete calendar and select multiple dates....
asked by 18.02.2018 / 18:59
1
answer

Load data in an Input when selecting the data of other input

I need to select the document number of an Input from a list that is displayed, load the name to which that document number belongs in another Input. Example, when selecting the document number 12345, load me in another input, for example Pepito...
asked by 05.08.2017 / 02:26
1
answer

Confirm dialog jquery ui with ajax method

I want to use a dialog confirm of jquery ui that is added by pressing a "save" button, that if "yes" is pressed then that a $ .ajax method is executed that saves the information in the bd. This is what I have: $('#btnGuardaInforme').on('click'...
asked by 04.04.2017 / 17:34
2
answers

Get today's date with jQuery datepicker UI

How can you get the current pre-selected date, with .datepicker () ? This is the code I have so far: <script> $(function () { $.datepicker.setDefaults($.datepicker.regional["es"]); $("#datepicker").datepicker({...
asked by 15.04.2016 / 21:28