jquery-ui Questions

4

I have a jQuery slider initialized and then dynamically set min max values depeding on the contents of a json-request. Steps av even 100, min a max are recalculated to even hundred, most of the cas...
Cowled asked 20/1, 2010 at 12:54

3

I've implemented the jQuery-ui tabs widget and it works great. However, it does some style things I don't like. Specifically the .ui-corner-all is rounded, and I don't want that. What is the "cor...
Rillet asked 29/9, 2013 at 18:40

3

Solved

I'm using ExpressionEngine and SafeCracker along with Ajax (plugin: jquery.form.js - http://jquery.malsup.com/form/). Best I can tell, SafeCracker will only allow for updating a single entry at a...
Armament asked 27/5, 2012 at 15:52

10

I have a simple html multi select drop down list: <select id="transactionType" multiple="multiple" size="10"> <option value="ALLOC">ALLOC</option> <option value="LOAD1">L...
Ensor asked 20/1, 2011 at 22:29

7

My requirement is to allow user to select multiple date ranges in a single calendar, also previous date selections should not be allowed to change. How is this possible? Below is the code and link ...
Earthbound asked 18/4, 2017 at 5:24

1

I have a simple jQuery UI slider that has a numerical range from 25 to 35. It works fine and the default value is 28. I'm hoping to add a simple tick mark to the slider to indicate that 28 is where...
Shaveling asked 14/12, 2010 at 2:44

6

I want to show a datepicker only on button click <input type="button" id=day value="day" /> $("#day").datepicker(); the above line fills the button text with the selected date I have also...
Amanuensis asked 27/11, 2013 at 10:9

10

Solved

I have a ui.slider and change its min and max values on runtime. But these changes only get reflected in the view, when I set the values afterwards too (which causes it to fire events that are not ...
Bearded asked 13/6, 2011 at 16:16

7

Solved

I am using jQueryUI's autocomplete to allow the search of users. The documentation states that I am able to use an array for the source of the data in the following format: [ { label: "Choice1", va...
Alveta asked 23/9, 2013 at 18:35

6

Solved

I have written a jquery-ui widget using the Widget Factory... I need to be able to determine in code whether the element is already a widget or not... My investmentGrid widget is created on #cont...
Piapiacenza asked 24/5, 2010 at 6:3

2

I've got this working to create a custom tooltip on hover for an image map, using some jQuery examples I found. <link rel="stylesheet" href="//code.jquery.com/ui/1.11.1/themes/smo...
Maniemanifest asked 4/9, 2014 at 10:51

4

Solved

Sounds like a bit of a silly question but it'd be a nice feature. Does the jQuery UI Icon system have an "empty" icon - one with no image? Am I forced to do some custom styling on a ui-icon-empt...
Sike asked 24/5, 2010 at 21:13

5

Solved

I need to create a label and text field on the fly and also include datepicker for the textfield. I need something like this: <label for="from">From </label> <input type="text" id="...
Gyrostatic asked 1/5, 2012 at 16:41

4

Solved

I can successfully change the border colour of the placeholder, but when I try change the background colour, nothing happens. This jsfiddle code best explains it: http://jsfiddle.net/EUVrK/1/

20

Solved

I have implemented a jQuery UI Autocomplete box, and rather than being the width of the textbox, the dropdown options are expanding to fill the remaining width of the page. Have a look at this exa...
Cysteine asked 13/4, 2011 at 2:30

14

Is it possible to save HTML page as PDF using JavaScript or jquery? In Detail: I generated one HTML Page which contains a table . It has one button 'save as PDF'. If user clicks that button then ...
Calcariferous asked 1/8, 2011 at 9:39

20

Solved

I'm using a custom jQuery 1.10.3 theme. I downloaded every straight from the theme roller and I have intentionally not changed anything. I created a dialog box and I get an empty gray square where ...
Doughy asked 28/6, 2013 at 14:58

11

Solved

I am using the jquery-ui-dialog plugin I am looking for way to refresh the page when in some circumstances when the dialog is closed. Is there a way to capture a close event from the dialog? I k...
Bolzano asked 5/10, 2008 at 12:52

9

Solved

I am trying to change the CSS of one element on click of another element. I've searched a lot but nothing works perfectly. Currently I am using the below code, but it doesn't work. Can anyone tell ...
Duumvir asked 14/1, 2013 at 13:26

3

Solved

First is there a way to not highlight the current day. Second is there a way to highlight specific days like the way the current day was highlighted? Here is the code i have: <!DOCTYPE html&gt...
Asyndeton asked 21/9, 2011 at 18:32

7

Solved

I am getting the error TypeError: $(...).autocomplete is not a function when using the following code inside a Drupal module. jQuery(document).ready(function($) { $("#search_text").autoc...
Tousle asked 30/4, 2013 at 13:2

6

I am trying to use some jQuery UI functionality in my reactJS/Redux application. I've imported both jQuery and jQuery UI using: npm install jquery jquery-ui And then I've tried: import $ from '...
Plinth asked 7/2, 2016 at 22:16

6

Solved

I have added two jQuery UI Dropdown Autocomplete script. Now I want get both value onchange of second dropdown and want to store separately in variable. How it is possible? Any ideas or suggestion...

2

Solved

I have a highcharts graph, and I allowed the user to dynamically create their own Flags. Now I want to be able to click on the flag itself and be able to keep it's tooltip showing the whole time un...
Huntsville asked 13/7, 2012 at 18:40

15

Solved

Can I reload current page without losing any form data? I used.. window.location = window.location.href; and window.location.reload(true); But these two things can't get earlier form datas f...
Mofette asked 11/7, 2013 at 10:51

© 2022 - 2025 — McMap. All rights reserved.