Most voted "jquery-ui" questions
jQuery UI is a set with user interface interactions, effects, widgets and themes built on top of the jQuery library. Use this tag only when the question refers to jQuery UI and not to jQuery itself.
Learn more…219 questions
Sort by count of
-
1
votes1
answer46
viewsAuto complete of Jqueryui
I’m not being able to list my Json in the jqueryui autocomplete. In the browser console I see that it is calling no more shows at the time I apply the append in LI. $(function(){ var mostraLista =…
-
1
votes1
answer34
viewsMoving (drag) three Ivs at the same time and disabling with a checkbox
I’m using this code to move Ivs simultaneously: https://github.com/someshwara/MultiDraggable The logic: If checkbox is checked, use drag in group, otherwise use drag per unit'. But once unchecked…
-
1
votes0
answers243
viewsHow to update the database when reordering list by sortable
Daew guys, I’m using sortable to reorder a list. How do I make the change in the bank within the function? Follow my code: <?php session_start(); if ($_SESSION['clienteLogado']=="") {…
-
1
votes0
answers477
viewsManipulating Drag and Drop values sortable with Jquery
Picture scheme: Problems: Order and quantity of the boxes of first column should not be changed. I could not leave them only for the purpose of DRAG, I mean, I can’t remove a box from the second and…
-
1
votes2
answers769
viewsAdd a datepicker calendar in multiple dynamically generated fields
How to add the calendar Datepicker | jQuery UI and various fields servants dynamically ? This snippet of code is only formatting the mask of input: dd/mm/yyyy, i need to show the calendar when the…
-
1
votes1
answer67
viewsJquery does not send the parameter to search
I need to do something like this feature: Jquery Autocomplete jQuery: $("#NumeroContrato").autocomplete({ source: function (request, response) { $.ajax({ type: 'GET', url:…
-
1
votes1
answer378
viewsjquery ui autocomplete + php does not work
I have the following codes that are not working: Maybe I should add something to them, but I don’t know how... JS: <script> $(document).ready(function(){ $('#busca').autocomplete( { source:…
-
1
votes1
answer667
viewsPick up auto complete ID and move to another auto complete form as parameter
I am setting up a register where I select the state and an ajax search the cities the customer selects the city show a form for him to type the name of the neighborhood where I use auto complete my…
-
1
votes0
answers214
viewsLike dragging Div to another column?
In the Below image, I have several columns where the user can drag the div and put it in another column, as illustrated in the image: I’m using Sortable of Jquery-UI. I can drag this div to the…
-
1
votes1
answer217
viewsMove div to another div and update database
I own the following jQuery $(function() { $( "#sortable1, #sortable2, #sortable3, #sortable4, #sortable5, #sortable6").sortable({ connectWith: ".connectedSortable", receive: function( event, ui ){…
-
1
votes1
answer81
viewsJqueryui autocomplete does not refine search
Using the Jquery Ui autocomplete I have had a small problem. I am performing an ajax search to feed a text field. In this field a discipline will be sought and the autocomplete assembles the…
-
1
votes1
answer177
viewsHelp with Javascript filter
I have the following Javascript code: JSON var json = { "tpAmbiente":null, "hotelPesquisa":[ { "dtEntrada":"20170510", "dtSaida":"20170511", "hotel":{ "id":94, "nome":"Itamarati" }, "quarto":[ {…
-
1
votes1
answer450
viewsSlider Range of jQuery
Hey, how you doing? I have a code that filters the data of a JSON with jQuey, I can filter with pre-defined values in a variable. But I wanted to use the values of a jquery ui slide range to filter…
-
1
votes1
answer47
viewsAuto-complete jquery error with image
I have this code in jquey and PHP, I need to show the image of the product in auto-complete along with the name, in div #outworking. I put the console.log() to see if he was looking for the…
-
1
votes1
answer77
viewsHow to use touch event on iPad with ui-draggable and ui-resizable?
I’m using the following library: //code.jquery.com/ui/1.11.4/jquery-ui.js But when I put it to Mobile or iPad, it stops working, there is some way around the problem? Javascript: $(".container…
-
1
votes1
answer72
viewsPrevent jquery-ui autocomplete from accepting words that are not in the list
I want to make sure that my input autocomplete does not accept any word that is not on a list. I’m using the code below, taken from jQuery-ui’s own website 1.12.1. <!doctype html> <html…
jquery-uiasked 6 years, 10 months ago Antonio Braz Finizola 391 -
1
votes1
answer150
viewsLeave the textarea autocomplete when it increases in size
I need to make the autocomplete track the textarea when it is augmented. <form class="form-control form-inline"> <label for="tags" class="control-label" id="upBody">Component:…
-
1
votes1
answer81
viewsAUTOCOMPLETE jquery ui
You guys, all right? I made a script in jQuery ui that uses Autocomplete in a search bar, the code works but when select appears with the options my header is over, what can be? Thank you //JQUERY…
-
1
votes1
answer325
viewsDrag and Drop between columns with Sort, move 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 the other and between each other. I was able to get the card moved to another column,…
-
1
votes1
answer43
viewsThe "ON()" is not acting as expected, why?
Dear friends, I am a student and curious in the subject, not an experienced programmer, hence my question. Come on, JQUERY’s "ON()" method can be associated with several types of events ("click",…
-
1
votes1
answer52
viewsI added a class with JQUERY and tried to use it to trigger a function, but it didn’t work, what’s wrong?
Hey there, guys! I am an industrial designer (designer and illustrator) by training and not a programmer, but I love learning and programming, you see, I’m curious! I’m experiencing a plugin from…
-
1
votes1
answer258
viewsDrag & Drop with jQuery does not place the element in the right DIV
I’m trying to exchange two images when a user clicks on one image and drags to the other. However, my code does not put the images in the correct position, it leaves the destination image in the…
-
1
votes1
answer126
viewsReturn of jquery autocomplete returning at top
I created a top complete with jquery, plus the return box is rising to the top of the page, as it could adjust? Follow image of example: Follow the code of the autocomplete: Test 01 <link…
-
1
votes1
answer52
viewsFeedback on a drag drop
I made a drag-n-drop with the jQuery, but I want that when the person fills in all appear a feedback, someone has some idea of how to do this, follow an example of my code <img src="image.png"…
-
1
votes1
answer358
viewsApply jQuery Datepicker to dynamically added fields
I made a form with a "date" field and used jQuery Datepicker to enter the date. I also made a function to add more fields similar to those already existing in form: Code entering new fields:…
-
1
votes1
answer257
viewsEvent keypress and filter data after inserting value into any form input
Hello, I’m trying to filter my SPA with a data entry form. I have a form with 3 inputs text, and my intention is in the seller field,type the name of the seller (I have an autocomplete in this…
-
1
votes1
answer65
viewsChange the value of a Slider in each table row
I’m in trouble, I don’t have much experience with Javascript and jQuery and need to do the following. I have a table, each row is a product and has a value. I need to add a percentage to this value…
-
1
votes1
answer47
viewsHow to separate string in jquery from autocomplete?
I’m having problems to make a search system, at the moment I do the search/comparison with 2 columns and shows the name of the 2 columns. $pesquisa = filter_input(INPUT_GET, 'term',…
-
1
votes1
answer26
viewsHow to make a Rigger draggable?
I’m having trouble positioning an element in the center when I click on a zoom method, an element UI Jquery Draggable is dragged off to the corner, and I click on a zoom tool, it ends up…
-
0
votes1
answer1116
viewsjQuery - accordion open item individually
How to configure the plugin accordion of jquery-ui so that when I click on some item it does not close the others, for example when I click it opens the clicked and closes the others but I want when…
-
0
votes1
answer142
viewsResizable does not work on dynamic image
I have a tool that when the user sends any image the function resizable does not work, unlike the static image that is already on the site. I projected online my doubt, on the following link:…
-
0
votes0
answers124
viewsdataTables jQuery does not work properly with accentuations
I’m using the plugin dataTables of jQuery and the problem is happening because of accentuated words. For example, there are several items in the list, and one of them is called coffeehouse. In case…
-
0
votes0
answers59
viewsOpen link created via jquery in modal window?
My problem is as follows when the user clicks on the add link this opens a modal window by clicking save sends the data pro server-side via ajax if it is all right to create a new Row in the table…
-
0
votes1
answer175
viewsImage gallery within Accordion (Jquery)
How do I create an image gallery inside an accordion, I want to click on the acorddion the gallery or slider go through the images automatically. I already have the accordion, but I can’t fit any…
-
0
votes0
answers129
viewsDatepicker with multiple dates dragging the mouse
Someone knows a plugin that works together with Datepicker (jqueryui), where I can select several dates, drag the mouse with the button clicked on the calendar and select as many dates as you want,…
-
0
votes1
answer40
viewsCall slider slide method - jQuery Ui
How do I call the method slide ? $("#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+"…
-
0
votes1
answer527
viewsHow to do a period limited search with datepicker?
I have a field data_inicio and a field data_fim. I need to use the datepicker both of us. I want that when I select the date data_inicio, the field data_fim is affected, so that only later dates of…
-
0
votes1
answer129
viewsDatepicker Jqueryui error in View
In my project . Net MVC, I can’t get results on the Javascript view @using Forte.Rastreador.ViewModels @model SuperViewModel <script src="~/Scripts/jquery-ui-1.8.24.min.js"></script>…
-
0
votes1
answer38
viewsClick on a centered image and drag it to the left link or right link?
This would be the image centered in the middle of the page...right side a link and left another link ...the user would have to click this image and drag to enter the links...…
-
0
votes1
answer505
viewsHow to view several pre-selected dates in the jquery datepicker ui?
My code does not show the dates selected in the calendar ,see I have an array of dates but does not show. <script src="~/Scripts/jquery.js"></script> <script…
-
0
votes1
answer31
viewsDisplay specific browser warning
I have a web application that works well in all browsers. It turns out that I had to develop a Feature that is not responding well in the browser that is already installed on Samsung smartphones.…
-
0
votes1
answer93
viewsShow successful dragging component message with jQuery UI
I got the following jQuery: $(function() { $( "#sortable1, #sortable2, #sortable3, #sortable4, #sortable5, #sortable6").sortable({ connectWith: ".connectedSortable" }).disableSelection(); }); This…
-
0
votes1
answer38
viewsReceiving the wrong header time
I’m trying to get the height of .ui-header so I can have my own dynamic program. Turns out the height you’re giving me is incorrect. The code to catch the height of .ui-header: //Altura do header…
-
0
votes1
answer329
viewsUse include with Jquery Mobile?
I would like to make a page as it is done with Razor MVC (_Layout) with header, and footer, and make inclusion of it in the other pages, as I could do this? I want to do the AJAX Load Content Look…
-
0
votes3
answers119
viewscreate java script functions after rendering all partial views
I have an aspnet MVC code with a main view that can call 3 view partials depending on where the user clicks. one of these partial view was part of the main view and had a jquery sortable ui plug,…
-
0
votes1
answer58
viewsToggle() and position() method together in jQuery
Can toggle() and position() methods be used on the same line of code? For example: $("#palette-base-category-"+category).toggle("drop", 1000).position({my:"right", at:"right", of:null}); att…
-
0
votes2
answers377
viewsjquery datepicker is always visible
I’m trying to use jquery datepicker, but every time I create it it keeps popping up, as if it’s there statically. Example of what is happening, and not just appearing when I click.…
-
0
votes1
answer256
viewsElement Position Before Dragging - Droppable - jQuery
I am making a game and need to get the position of an element before dragging it. I am using the function Droppable jQuery UI. jQuery $("div.cesto").off().droppable({ accept : "span.piece", //…
-
0
votes2
answers715
viewsCodeigniter + Autocomplete Jquery UI does not return list
Good afternoon, everyone, I have a search field where I give "suggestions" of what to type, based on what I have registered in my database. The same was working perfectly, but it stopped working and…
-
0
votes1
answer57
viewsShake Animation won’t stop?
I have a problem with the Animation shake, once it starts, I can’t make it stop var shakeit = null; function abre(a){ clearInterval(shakeit); } function fecha(){ var shakeit =…