Questions tagged as 'jquery-ui'

3
answers

Decode HTML & # 209 entities & &

I'm using the JQuery autocomplete library. I currently have a function that decodes HTML entities of numeric type - > Ñ , but what I do not know is how to integrate entities of this type into the function - > &...
asked by 24.11.2016 / 20:47
2
answers

Slider JQuery UI - Smooth movement

I have included the following slider , but I can not find the options so that it does not move with the steps , that is, from one point to another abruptly since there are not many values, but I can move it from soft way. JSFiddle...
asked by 13.01.2017 / 12:35
1
answer

Change color of an image with css

I am using the icons of jquery ui on a page, however I was doubtful if you can change the color of the icons only with css , that is: to change the color of the icons of jquery ui it is necessary to change the image that cont...
asked by 17.07.2017 / 22:41
1
answer

Get the color of an area or specific coordinate of a PNG image or JPG when clicking

I need to get the color of an image in an exact coordinate where the user clicks, I need this to be possible with png, jpg or svg format images.     
asked by 17.10.2018 / 17:46
6
answers

Date format change to record and retrieve from MySQL

In a web application under jQuery , I'm using datepicker of jQuery UI . At datepicker I apply a regional setting so that the date is delivered in dd/mm/yyyy format. The user selects a date in the datepic...
asked by 18.11.2016 / 16:47
1
answer

JQuery UI slider in 2 hour range

JSON: { "saturday":[ { "start":"09:00", "stop":"10:00" }, { "start":"12:00", "stop":"13:00" } ],"sunday":[ { "start":"13:00",...
asked by 19.10.2016 / 07:51
3
answers

Jquery UI: How to make a draggable element can not be dropped on another draggable element?

I have a code that puts an icon on the screen every time you double click on the screen. These icons that are created are draggable. The problem is that I can drop the icons on top of each other and I do not know what to do to prevent the progra...
asked by 23.07.2016 / 13:53
1
answer

Problem Window Modal Bootstrap

I am using jquery-ui to autocomplete an input and when choosing the data I load other data into other input, until then everything is fine. The problem is this: When I place the form code outside the modal it works correctly, but placing t...
asked by 13.08.2017 / 03:13
1
answer

I can not load Jquery scripts in Wordpress

I have the following site, which is made in Wordpress: link I want to add a popup window, so I chose to use jquery-ui. I follow the directions as they come out here and nothing happens: link I went to the header.php file of my te...
asked by 21.11.2016 / 17:41
2
answers

You do not show me the tooltip

Well, that's it, I'm trying to show a tooltip in an input field and it does not show it to me, I do not know where I'm having the error. //Javascript (JQuery) $(function test() { var valor = $("#nombre").val(); if( valor...
asked by 08.02.2017 / 20:38