Questions tagged as 'jquery-ui'

1
answer

Bootstrap + sortable with JQuery, problem with helper

I'm using a bootstrap template to do a little tutorial. In it, I've added two sortable connected list areas, available in JQuery. The ul's with the elements of the lists are with overflow-y: scroll attribute, for when the quantity...
asked by 18.05.2016 / 02:44
1
answer

Timepicker in dynamic input jquery

I needed to add the datepicker plugin to inputs that are added dynamically through a jquery script: Here is the script I'm using: $(document).ready(function() { var txtQuantidade = document.getElementById("txtNumDias"); var divForm = docum...
asked by 11.03.2016 / 18:52
2
answers

Do not load data in the picklist (jquery-ui + angularJS)

using: link I can not load data coming from my client table into the picklist. It was already working on another template, changed the template in the company and I'm adapting to the new components. I got this picklist from outside, because...
asked by 28.01.2016 / 14:26
1
answer

How to do a period-limited search with datepicker?

I have a data_inicio field and a data_fim field. I need to use datepicker on both. I want, when I select the date data_inicio , the data_fim field is affected, so that only subsequent dates of data_inicio ar...
asked by 18.03.2016 / 14:45
1
answer

responsive slider range on the phone, resolving with mousedown and jquery mouseup

I have a slider jquery-ui, it does not have good behavior in mobile, so I added a plus and minus buttons: <div class="price"> <div class="small-3 large-3 column" style="margin-top: -10px"> <a class="money-mobile plus...
asked by 08.12.2015 / 15:07
1
answer

From the View how to get Model in Partial View

In View main, Index.cshtml , I load a partial view where it has a model . How do I make the Index call this model so I can serialize and send it to an action controller ? Follow the example below: View Principal.cshtml @se...
asked by 05.11.2015 / 12:44
1
answer

Event from the choice of the jquery radio option

I'm having trouble deploying the following function and would like your help; I have input with two options of radio . if the user selects the value_1, the jQuery removes the class hidden from a div and adds...
asked by 23.09.2015 / 17:02
2
answers

Codeigniter + Autocomplete JQuery UI does not return list

Good afternoon guys, I have a search field where I give "suggestions" rather than typing, based on what I have registered in my database. It was working perfectly, but it stopped working and I can not find the error. Script: <script...
asked by 23.06.2015 / 22:18
1
answer

Use include with Jquery Mobile?

I would like to make a page just like it does with Razor MVC (_Layout) with header, and footer, and make the inclusion of it on other pages, how could I do that? I want to make AJAX Load Content Here's the example I did: _Layo...
asked by 03.06.2015 / 22:11
1
answer

How to view multiple preselected dates in datepicker jquery ui?

My code does not show the dates selected in the calendar, see I have an array of dates but it does not show. <script src="~/Scripts/jquery.js"></script> <script src="~/Scripts/jquery-ui.js"></script> <link href="~/Co...
asked by 08.04.2015 / 03:42