Questions tagged as 'jquery-ui'

0
answers

dataTables jQuery does not work correctly with accents

I am using the dataTables plugin of jQuery and the problem is happening because of accented words. For example, you have several items in the list, and one of them is called coffee . If in the search bar I look for coffee , it wi...
asked by 17.05.2015 / 04:12
1
answer

Element Position Before Dragging - Droppable - jQuery

I'm making a game and I need to grab the position of an element before dragging it. I'm using the Droppable function of jQuery UI. jQuery $("div.cesto").off().droppable({ accept : "span.piece", // Quando coloca o mouse em cima do...
asked by 18.06.2015 / 15:24
1
answer

Receiving the wrong header height

I'm trying to catch the height of .ui-header to be able to have my dynamic program. It turns out that the height you are giving me is incorrect. The code to catch the height of .ui-header : //Altura do header var lv_hea...
asked by 07.05.2015 / 17:19
1
answer

Gallery of images inside the Accordion (Jquery)

How do I create a gallery of images within an accordion, I want that when clicking the acorddion the gallery or slider will pass the images automatically. I already have the accordion, but I can not fit any responsive image gallery into it....
asked by 02.06.2015 / 20:28
2
answers

How to select items from a list and populate another div with the selected items using Jquery?

In div-students I have a list, and clicking on each student would like to fill in another div-group that I will put inside a form to register a group of students, that is, the user will select the students they want and each click that stude...
asked by 11.04.2016 / 22:52
1
answer

Resizable does not work in dynamic image

I have a tool that when the user sends any image the resizable function does not work, unlike the static image that is already in the site. I designed my question online, at the following link: link If you have an alternative usin...
asked by 27.04.2014 / 21:00
1
answer

Help with jQuery UI tabs

Hello, I'm in need of help with tabs of jQuery UI follows the EXAMPLE In this case, I needed the subCategorias to be "hidden" and when I click on the "Category" parent the subCategorias will appear. Thank y...
asked by 13.04.2016 / 21:00
1
answer

Drag drop jquery ui dialog box / html / css

Personal in an application I would like to basically drag a div that is inside the dialog box and put it in some other one. When trying to do with my code the div tends to disappear when I start to throw out. Follow the link for verification. s...
asked by 28.06.2018 / 00:53
1
answer

Slider Jquery UI

I'm developing a slider where I need to display 4 images at a time, 2 up and 2 down, using jquerUI slider, I made an example in jsfiddle, but I'm only able to put all of them in line, eg jsfiddle: link I took this example on the internet...
asked by 15.04.2014 / 15:56