Most voted "jquery-ui" questions
jQuery UI is a set with user interface interactions, effects, widgets and themes built on top of the jQuery library. Use this tag only when the question refers to jQuery UI and not to jQuery itself.
Learn more…219 questions
Sort by count of
-
0
votes0
answers20
viewsnot allow that when dragging the dialog it leaves the useful area of the page
When I drag the dialog to the ends of the page, bottom or right it pops the screen, as if it were outside of html, how can I stop it from going over the ends of the page? put the overflow: hidden;…
-
0
votes2
answers287
viewsContinuous Jquery Bounce effect
I wonder if you have how to make a button with Bounce effect in jquery, however, the effect is continuous. I have a button ready but the duration of the effect is only 5s, I wanted to have…
-
0
votes1
answer270
viewsProblems to load jquery into the Laravel
Good afternoon, I am not able to load jquery in my Windows, I am correctly linking the folders: <script src="{{ asset('js/jquery/jquery-ui.js') }}" defer></script> <script src="{{…
-
0
votes1
answer37
viewsWidget to enter date and time
I’m using the jQuery and the jQuery UI on the front end of my web application. With jQuery UI can use widget datepicker (which can only be dated, it seems to me...), and I have used it in other…
-
0
votes1
answer114
viewsusing sortable dynamically
every time I drag and "drop" the bar from input of the kind text within the buttons, the same input bar must be generated below the header menu . Problem: Every time I drop the input inside the…
-
0
votes2
answers162
viewsDelete selected input from an array with jquery condition
I’m having trouble removing selected inputs from various inputs. I have the following code: $(document).ready(function() { var btnremoveimg = $('.remover-img'); btnremoveimg.click(function() {…
-
0
votes1
answer160
viewsEvent from the choice of jquery radio option
I’m having trouble deploying the following function and would like your help; I have a input with two options of radio. if the user selects the value, the jQuery removes the class hidden of a div…
-
0
votes1
answer1369
viewsFrom the View how to get the Model in Partial View
In the View leading, Index.cshtml, carry a partial view where this has a model. How to make Index call this one model so that I can serialize and send to a action in the controller? Below is an…
-
0
votes1
answer60
viewsResponsive slider range on the phone, solving with mousedown and jquery mouseup
I have a slider jquery-ui, it does not have a good behavior in mobile, so I added some buttons plus and Less: <div class="price"> <div class="small-3 large-3 column" style="margin-top:…
-
0
votes0
answers31
viewsHow do you get Pagetransitions implemented with Jquery?
Watch from the Wix website;…
-
0
votes1
answer309
viewsjquery ui dialog does not expect confirmation
I’m wearing a ListView to generate buttons according to the IdPassoWorkflow, and show on the screen the buttons as per image below. When clicked, I open one dialog for the user confirms the action,…
-
0
votes2
answers253
viewsDoes not load data into the picklist (jquery-ui + Angularjs)
using: https://code.google.com/archive/p/jquery-ui-picklist/ I can’t load data from my client table into the picklist. It was already working on another template, changed the template in the company…
-
0
votes2
answers1133
viewsHow to set maxDate on datepicker to seven days after the selected date?
When a date is selected, the user should be able to select another date within one week after the date he selected. Here’s the code I’m using: $(".datepicker_reservas").datepicker({ minDate: 0,…
-
0
votes1
answer97
viewsSeparate Jquerys and Css
I own a index.php which uses the following JQuery and CSS: <script src="http://code.jquery.com/jquery-1.12.1.min.js"></script> <script…
-
0
votes1
answer172
viewsTimepicker in jquery dynamic input
Needed to add the datepicker plugin to inputs that are added dynamically via a jquery script: Follow the script I’m using: $(document).ready(function() { var txtQuantidade =…
-
0
votes1
answer486
viewsHow do I make the Datepicker refresh work?
First I will talk about how this datepiker works, it has to follow several rules, which makes it difficult to create the code. I can use only one datepicker for the selection of dates, both input…
-
0
votes1
answer156
viewserror with input validation
the following code was implemented from a question I found here in the system $('form input[type="text"]').on('input', function() { var inputempty = false; $('form > input').each(function() {…
-
0
votes1
answer79
viewsProblems implementing the jQueryUI Accordion feature
And I did a quick search on this resource and found this page; https://jqueryui.com/accordion/ So I created a folder with the name of GUJ and inside this folder I put three files; One Javascript…
-
0
votes2
answers820
viewsHow to select items from a list and fill another div with selected items using Jquery?
In the div-students I have a list, and when clicking on each student I would like to fill in another div-group I will put inside a form to register a group of students, IE, the user will select the…
-
0
votes1
answer232
viewsBootstrap + sortable with Jquery, helper problem
I’m using a bootstrap template to do a small supervisory. In it, I added two areas of sortable Connected lists, available in Jquery. The ul's list elements are assigned overflow-y: scroll, for when…
-
0
votes3
answers87
viewsModal jQuery or Bootstrap that receives email and name, automatically displayed when loading the page
I tried the following code, but it’s not working <script type="text/javascript"> $(document).ready(function() { $('#myModal').modal('show'); }); </script> <script…
-
0
votes2
answers913
viewsGet input text values inside modal-body
Expensive; How to get INPUT TEXT values and direct them to Body-Modal? I have a form with several inputs disabled, so that the user does not edit. However, when clicking the button that calls the…
-
0
votes1
answer84
viewsChosen.jquery.js incompatible jquery-1.9.1
I am using Jquery-. 1.9.1 in my application and would like to use the Chosen.jquery.js component however this component uses 1.6.4. I want to use this component within the dialog that is opened by…
-
0
votes0
answers53
viewsSend list by email
I have a button that calls this function in jQuery. sendBtn.click(function(){ $('#dialog-confirm-send').dialog({ resizable: false, modal: true, buttons: [ { text: "Cancelar", click: function(){…
-
0
votes1
answer164
viewsProblem using jQuery UI in ASP.NET MVC
I am trying to add the jQuery UI "Autocomplete Combobox" to my ASP.NET MVC project, but it says that the widget function is not a function. jquery-3.1.1.min. js: 2 jQuery.Deferred Exception:…
-
0
votes0
answers115
viewsHow to perform sub-discharge with auto-fill
Code that performed the consultation: $parametro = (isset($_GET['parametro'])) ? $_GET['parametro'] : ''; if($acao == 'consulta'): $sql = "SELECT codigo,preco FROM produtos "; $sql .= "WHERE…
-
0
votes0
answers28
viewsresizable and draggable do not work on items added later
I’m using draggable and resizable of jQuery UI to box the user can change the dimension and move. It is working properly if I put the <div> right in the code: <form action="" method="post"…
-
0
votes0
answers110
viewsSpinner jQuery-UI no Up and Down buttons appear, conflict with bootstrap
I’m using the following component: http://jqueryui.com/spinner/#time As shown in the example, but in a modal bootstrap.. The problem is that my Spinner does not appear the Up and Down buttons,…
jquery twitter-bootstrap bootstrap jquery-ui spinnersasked 7 years, 11 months ago Fernando Muniz Erthal 43 -
0
votes1
answer80
viewsPrimefaces 6.0 and 6.1 - Jquery error
When including any Primefaces component in my HTML body, it raises this error: Uncaught Typeerror: N.delegate is not a Function. You know what would be? The error is in this second line of…
-
0
votes2
answers258
viewsBring PHP id in Jqueryui autocomplete query
I have this structure: $(function($) { $( "#cliente" ).autocomplete({ source: '../php/search_clientes.php' }); }); <div class="form-group"> <div class="row"> <div…
-
0
votes1
answer299
viewsUI autocomplete with PHP does not accept accents
Colleagues. I am using the UI autocomplete for an application, it works fine until the word has accents. The database is set to: The code I’m using is: <input type="text" class="form-control"…
-
0
votes1
answer2122
viewsClose content when click off menu
Good afternoon, I’m making a site that has a side site by clicking the button the menu comes to appear on the right side of the screen, and I need it to close when it’s clicked anywhere other than…
-
0
votes2
answers1818
viewsHow to make a pop up appear after pressing a button using Jquery UI
I made a form with Jquery accordion and at the end a submit button. After pressing the button should appear a pop up message, but is giving error. My pop up appears when the page starts and this…
-
0
votes1
answer302
viewsParallax.js does not work in Chrome for Mobile
The effect Parallax.js (http://pixelcog.github.io/parallax.js/) works only for desktop browsers. Something can be done to make the effect visible on mobile devices? I’m using the default classes and…
-
0
votes1
answer47
viewsfomatar data php
I’m trying to convert a date that comes from a datapicker, the date comes in format dd/mm/yy, but in order to work with it in mysql, I need it to be in the format yyyy-mm-dd. I’m using the following…
-
0
votes1
answer770
viewsHow to clear the contents of a variable within a JQUERY function?
I’m starting to study Javascript and Jqueryui am developing the following page: The problem is that when I click on a new date the old one is not reset as Print below: I’ve tried everything to…
-
0
votes1
answer39
viewsUsing two options simultaneously Jqueryui Dialog Widgets
I am trying to implement the Jquery-UI Dialog Widget so that the entire screen (and more) is completely populated by Dialogs of different sizes (width) and in different positions (position). But I’m…
-
0
votes1
answer44
viewsZoom in on the value found after searching
Hello! I am developing a map here and I have a search field and a map with the layers. I am using leaflet and the search I am doing customized, because the plugin does not meet my needs. I’m having…
-
0
votes2
answers465
viewsHow not to show jQuery UI autocomplete input the HTML of the variable?
I’m using the autocomplete of jQuery. I got him to play HTML, but the HTML is displayed on input. I need to format my search like I did: When I click, however, the result is displayed like this:…
-
0
votes1
answer94
viewsprogress bar does not work jquery
I’m trying to make a progress bar work, but I don’t know what’s going on, there’s no error in the console, but the progress bar doesn’t move. $(document).ready(function(){…
-
0
votes1
answer24
viewshow to leave only input from a dialog with draggable disabled?
I have a function that makes the dialog with draggable enabled but I need to be able to edit an input within this dialog. How do I make it so only this input is not inheriting the draggable from the…
-
0
votes0
answers184
viewsMonth and day reversed when saving to database
I’m using datepicker of jqueryUI to choose the date in a calendar, the problem is, if I choose 04/12/2017 is saved at the bank 12/04/2017. datepicker: $('#schedulingCalendar').datepicker({…
-
0
votes0
answers80
viewsHelp with jQuery UI slide ranger
I have a slider ranger jQuery ui it works normal but the problem is that when I’m on mobile(by mobile) I can’t drag the slide so it works have to click on top. $(function() {…
-
0
votes0
answers160
viewsHow to create a multiple calendar, only with year and month?
I’m using Boostrap 4.1.1 and I’m trying to create a multiple calendar with only the month and year, same as the image below: At the moment my calendar is like this: CODE: <input type="text"…
-
0
votes1
answer27
viewsOnly one column of the table responsible for Drag and Drop - Touch Punch
How to make only one table column responsible for performing the table row drag and drop using the jQuery UI Touch Punch event <script…
-
0
votes1
answer43
viewsError in columns with sortable, how to resolve?
I have a 3-column scheme containing cards, I need these cards to be dragged from one column to another and rearranged within the same column. I got jQuery to make the cards draggable, but I can only…
-
0
votes2
answers161
viewsResize two Divs at the same time with jquery-ui
By redeeming a div change the size of the other so that they remain fixed. Example, when resizing down increase the size of the div red and decrease the green and when resizing up decrease the red…
jquery-uiasked 6 years, 3 months ago user120323 -
0
votes1
answer40
viewsLinked datepicker with Jquery
I have a form with a date period ('Start Date' and 'End Date'). The start date may not be less than the end date and the end date may not be less than the start date. These inputs are using the…
-
0
votes1
answer91
viewsSlide transition
I have this code (Internet model) automatic slide transition. I wonder how I would put the effect "Fade". <img class="mySlides"…
-
0
votes1
answer194
viewsHow to put a ui-accordion with another ui-accordion inside?
How do I individualize the ui-accordion, the script is not loading? Javascript: $( function() { $("#accordion_search_item1,#accordion_search_item2,#accordion_search_item3") .accordion({…