Questions tagged as 'jquery-ui'

1
answer

Create divs dynamically

Sirs, I'm working with tabs in Jquery. I have a page called server_server.php where I insert it into the database of as many servers as I want. I need that after clicking the next button the amount of page flaps is the same as the amount of r...
asked by 23.02.2016 / 18:11
2
answers

Problems removing parent () items with jquery

Good morning, gentlemen, I'm having a problem just removing one of the elements. I have a textarea that adds paragraphs, the problem is being at the time of deleting, I want btn to delete only the parent div from it and not from the others, a...
asked by 28.07.2015 / 15:02
1
answer

jQuery Window Plugin gives "$ is not defined" error

I have the following problem, I found a plugin, jQuery Window , which opens windows with button to minimize, maximize, etc., and opens pages within that window, but I'm not getting it to work. I would like to use example number 6, method 2...
asked by 20.05.2014 / 19:05
1
answer

Is there any way for a div to take on the role of scroll?

I have the following code: $("#scroll").draggable({ axis: "x", scroll: true, containment: "#area" }); .area{ position: absolute; width: 1010px; height: 100px; margin-top:10px; margin-left:10px; overflow-x: auto; overflow-y...
asked by 24.06.2015 / 06:52
3
answers

Problem with Jquery UI Slide Left

I'm developing a project and needed to know how to slide a div to the left. I'm currently using: $('#idDiv').toggle('slide', { direction: 'left', distance: 450 }); I wanted my div of 500px width to slide and leave 50...
asked by 26.02.2014 / 12:41
1
answer

Error inserting apostrophe into component that uses Auto Complete

I'm having trouble inserting% of apostrophe% when I'm going to search for the ' component of AutoComplete . Jquery $("#<%=txtHipotePai.ClientID%>").autocomplete({ source: function(request, response) { $.aj...
asked by 24.11.2014 / 19:38
1
answer

Autocomplete does not show results in input in View

I've seen other cases in some answers here, tried to follow in the footsteps of other answers and it did not help at all! I'm having a question, this is my first time using autocomplete of jquery , I'm new to asp.net mvc ! I w...
asked by 20.01.2015 / 14:48
1
answer

How to iterate over a JSON file to appear in the Auto Complete listing?

I am doing an autocomplete, via AJAX , which enters the Web service, "search in the Bank" and returns me a String in the format JSON . I have to transform the JSON down into a list to iterate over it. In data.d I...
asked by 08.10.2014 / 15:59
1
answer

Load javascript file only on one page

I'm not sure what to do, but I'm not sure what to do. Next, I have a system inside a Gentelella template, and by default it loads several javascript files at the bottom of the page. My code, for always repeating the beginning and end, I h...
asked by 18.08.2018 / 23:58
2
answers

How to draw bar of a modal

Hello, how do I get this gray bar on top of the modal? $(function(){vardialog,form,dialog=$("#painel_fazer_upload" ).dialog ({ autoOpen: false, height: 520, width: 500, modal: true, });...
asked by 22.05.2015 / 20:31