Browse all latest questions tagged Jquery Ui
I need to to do autocomplete suggestion for my website and the data should be retrieved from database. I want to use JQuery autocomplete. here is my code but it doesn't work! This is my php file with...
How can I set the date format in jQuery UI's datepicker according to the user's locale? I get source html: <script type="text/javascript"> $(function() { $(".datefield2").datepicke...
If I don't specify the width parameter for a jQuery modal dialog, what width will the dialog window have when opened? $(foo).dialog('open') Is it 300? Where is it specified?
Hey I have a handful of jquery sliders called "lp-slider" set up like so: <div class="xs-col-12"> <div class="col-xs-2 label label-default">Grit&l...
I'm trying to pass additional parameters (list of selected checkboxes) to a server-processed DataTables-table #my_table when a Submit input button has been clicked: Which probably means I must set...
Good day! I am trying to hide and show divs with slide animation. My code is as follows: <style> div.bigBox { background-color:white; width:100px;...
hi i am playing with jquery ui effects and trying to animate some christmas ornaments. the idea is that they would swing if you hover over them. and swing from the midpoint of the top of the image (th...
I am using the Select Menu widget to display a list of states within a form: <select name="state" id="state"> <option value = "">Select State</option> <option value = "Alab...
I have been tinkering with the jQuery autocomplete, and I got some parts of it to work here: http://problemio.com/test.php Now I am working from this article: http://net.tutsplus.com/tutorials/javasc...
I'm using jquery UI 1.8 - I apply the button functionality to my html button element by using the element.button() method. Now everything works fine until I dynamically add another element above the...
I'm trying to customize the look of the autocomplete elements in JQuery 1.8. I used the example from the JQuery UI website $('#term').autocomplete( {source:'index.php?/Ajax/SearchUsers', minLengt...
I am using jQuery date picker to display the calendar all over my app. I want to know if I can use it to display the month and year (May 2010) and not the calendar?
I'm looking for some sort of jquery plugin (or even plain javascript) that can be used to create report layouts, business card layouts, etc. Not finding anything after lots of googling. Basically, I'...
i need my calendar to go to the current date when [today] button is clicked, so that the user can get to the current day when browsing my calendar. for example the current month is feb 2013 and the...
Based on the code below to show a JQuery dialog, the button text shows up as the literal "b" as opposed to the value of the variable b. Ie: showWarningDialog('myBody', 'myTitle', 'go') shows a dial...