Questions tagged as 'jquery-ui'

1
answer

Chosen.jquery.js incompatible jquery-1.9.1

I'm using Jquery-.1.9.1 in my application and would like to use the chosen.jquery.js component however this component uses 1.6.4. I want to use this component inside the dialog which is opened by jquery 1.9.1. I tried using noConflict but it did...
asked by 21.10.2016 / 21:32
1
answer

How do I refresh Datepicker?

First of all I'll tell you how this datepiker works, it has to follow several rules, which makes it difficult to create the code. I can only use a datepicker to select dates, both in and out, and after the first date is selected, only the next s...
asked by 11.03.2016 / 22:04
1
answer

Separate JQuerys and Css

I have a index.php that uses the following JQuery and CSS : <script src="http://code.jquery.com/jquery-1.12.1.min.js"></script><scriptsrc="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js">&l...
asked by 10.03.2016 / 14:24
1
answer

Call slider slide method - jQuery Ui

How do I call the slide method? $("#slider-range-min-idle_timeout" ).slider({ range: "min", min: 10, max: 60, step:10, slide: function( event, ui ) { $("input:text#idle_timeout").val(ui.value+" min...
asked by 22.02.2016 / 14:24
0
answers

How do you get the implementation of PageTransitions with Jquery?

Look at the Wix site; link It may be noted that by clicking on links like Home, Services, Work, Blog, it applies an implementation called PageTransitions with Jquery. I did an implementation with the help of some employees of the Stac...
asked by 03.12.2015 / 16:50
0
answers

Conflict between Drag and Resize

I have a DIV with drag and resize, but both conflict, you can initially apply resize, but dragging resize is disabled. I need a solution so that when you finish dragging it it is possible to apply a resize. (Resize done by css and drag with jQue...
asked by 09.01.2016 / 20:55
0
answers

Datepicker with multiple dates by dragging the mouse

Someone knows a plugin that works together with Datepicker (jqueryUI), where I can select multiple dates, drag the mouse with the button clicked on the calendar and select as many dates as you want, then just release the mouse and the dates are...
asked by 11.11.2015 / 20:22
1
answer

Autocomplete with jQuery and Django

Hello, I did a search on the site, but I did not find it, if anyone knows a link that already deals with this subject, please post. Next, I did an autocomplete in a Django form with jQuery and jQueryUI, in that form I have a foreignkey and I...
asked by 24.08.2015 / 16:18
1
answer

using dynamically sortable

Each time I drag and drop the input bar of type text into the buttons, you must generate the same input bar below the header menu. Problem: Every time I drop the input inside the buttons, this same input adds and does not...
asked by 10.08.2015 / 22:39
1
answer

error with input validation

The following code was implemented from a question that I found here in the system $('form input[type="text"]').on('input', function() { var inputempty = false; $('form > input').each(function() { if($(this).val() == '') {...
asked by 26.03.2016 / 22:00