Questions tagged as 'jquery-ui'

2
answers

CKeditor html content gets empty after using jQuery-ui Sortable in your parent div

I want to "sortable" 2 or more div's with a CKeditor populated with html, however when doing this the html of CKeditor loses the content and the editing space gets blocked. Follow fiddle: link HTML <div id='e'> <div id='e1...
asked by 06.11.2014 / 14:57
3
answers

Extract data from txt file to use in autocomplete

   Update: Just for the record, you do not need to use jQuery-ui, it might be another solution. I'm creating a autocomplete for a form, which should include all the options of the CBO - Brazilian Code of Occupations Unlike the zi...
asked by 10.04.2015 / 18:16
2
answers

How to do autocomplete JqueryUi with PHP return multiple data?

I have two inputs , I'm using automplete in only one. The autocomplete code: $(document).ready(function() { $.getJSON('include/funcoes/carrega_cidades.php', function(data){ var dados = []; $(data).each(function(key, value...
asked by 11.12.2015 / 20:32
2
answers

Timepicker fields disappear when you select many dates

I'm creating an application with dynamic calendar creation. My application uses: Bootstrap 3 jQuery 1.11.0 jQuery-ui 1.10.3 jQuery Timepicker Addon 1.5.0 I create a calendar on the page (jQuery UI DatePicker), when the person sel...
asked by 26.11.2014 / 23:44
4
answers

Plugin bootstrap-material-datetimepicker disable days of the week

I'm using the Timepicker plugin called bootstrap-material-datetimepicker: ( link ). I'd like to be able to turn off some days of the week, or just turn on Wednesdays and Fridays but I can not, can someone give me a hand? Thank you     
asked by 20.04.2016 / 10:55
2
answers

Is it possible to disable certain action of an HTML element with a certain class via jQuery?

In my initialization I hedge all links should block using the
asked by 21.02.2014 / 19:01
1
answer

Problem with autocomplete jquery-ui via Ajax / PHP

Talk to the people, all good! I have a webserver application that does not have a webserver. I have a webserver application that I have a webserver on. I have a webserver application that has a webservice. are correct for the source to handle th...
asked by 11.07.2016 / 03:56
2
answers

Recognize aria-selected="false" with jQuery

How do I make a jQuery that recognizes if aria-selected="false" and if true change the background of the "arrow-btn-sub" div to another image (arrow img). This is part of an accordion and I want to change the img of the arrow when the par...
asked by 13.02.2014 / 12:01
1
answer

Apply datepicker to a dynamic input with Jquery

I have a form where multiple fields can be added with datepicker. However, when adding a new field to the form, the Jquery datepicker is not loaded. This is the JS responsible for cloning and adding fields to the form: $(document).ready(fun...
asked by 03.09.2018 / 16:13
1
answer

How to implement drag-and-drop on an html page?

I'm a Delphi programmer, but I'd like to implement a html page with the drag-and-drop feature of the page. I'm creating a page for avatar assembly, but I would like to leave the options of the accessories for the user just drag and drop. I...
asked by 17.12.2015 / 16:34