Questions tagged as 'jquery-ui'

1
answer

Disable date in Datepicker from SQL Server table

I have a system in Classic ASP, where I have a scheduling schedule. I need to disable the dates included in the holidays and compensations table (meeting_id and date). I do not know how to do this select to populate an array of unavailable dates...
asked by 06.08.2015 / 16:28
4
answers

load plugin datepicker into page call with ajax

I'm using the datepicker plugin All my datepicker input, has the class named datepicker <input type="text" class="datepicker"> So, I have only one setting for the datepicker and I can use it on all pages, so I set it...
asked by 01.04.2015 / 02:53
3
answers

"undefined is not a function" when calling "tabs"

I have an error in my JS function, when I see through the browser, it shows the following message:    undefined is not a function Please, do you have any tips on this error? <link rel="stylesheet" href="//code.jquery.com/ui/1.11.2...
asked by 02.02.2015 / 17:35
1
answer

Tabs with slideUp () and slideDown () for left and right

I'm using a plugin of tab.js and to change tab it uses slideUp() and slideDown() . I just want to use Left and Right . How to do? My code: $(document).ready(function() { (function ($) { $('.tab u...
asked by 08.05.2014 / 21:06
2
answers

Determine the number of autocomplete items a textfield can allow

I want to, for example, inform 3 of the autocomplete values in a textfield, textarea, etc. The textfield should then only be left with this 3 values entered and will not allow typing more. How can I do it? I'm using the same example of this jQu...
asked by 31.01.2018 / 12:25
1
answer

How to use Jquery UI with Jquery 3.1

I am using Jquery UI 1.12 with Jquery 3.1.1 and using the draggable and resizable functions. However, whenever I go to test it does not work because it gives the exception $(...).find(...).andSelf is not a functi...
asked by 25.09.2017 / 19:09
2
answers

Input created in JS with autocomplete of JQuery UI

Hello I'm having a problem here when I create an input dynamically and it should work in jquery widgets autocomplete ui. I have seen several forums and they show how to make it work, however my problem is that the function that creates the input...
asked by 03.08.2017 / 20:33
0
answers

Close button image in jQuery dialog does not appear

I created a modal window, the window is working, the button in the right corner appears, the event to close the window works perfectly, the image on the button does not appear. What should I do? function MessageBox(titulo, mensagem) { $('...
asked by 14.09.2015 / 18:27
2
answers

Get the element ID when dragging and dropping

I found this code on the internet and I am studying how it works, to try to adapt in a system, I already got the id of the parent element, the id of the LI that clicked is not coming right, and I need me show the element to which i...
asked by 20.05.2015 / 21:05
3
answers

Disable all DropDownList Option's except whichever is selected

How to disable all options of a combo minus the value selected using JQuery. As in the image below: FollowtheHTMLintheimage:HTML<!DOCTYPEhtml><html><body><select><optiondisabledvalue="volvo">Volvo</o...
asked by 27.02.2015 / 19:32