[jQuery] UI Slider with group with shared limit

2010-02-22 Thread Sir Rawlins
Hello Guys, I'm new to the UI library and looking for some help achieving a certain thing. I want to have a group of sliders which have a shared value which they can reach as a maximum. Here's a visual example of what I'm looking to do: http://tinypic.com/view.php?pic=9ibp05&s=6 Notice how we ha

[jQuery] UI slider execute function on change or slide

2010-01-21 Thread Mircea
Hi, I want to make the UI slider to set a font-size to a .cica class. The setfontsize variable works but I can not succeed to make the slider change the value on slide. Here is the function $('#sizer').slider({ slide: function(event, ui) { var setfontsize = $('#sizer:selected').text

[jQuery] UI slider with vertical orientation: change direction from top to bottom

2009-09-23 Thread timish
Hi everyone, i'm using the 1.7.2/Slider and i'm quite pleased with it. The only thing that bothers me is how to change the direction of the slider when in vertical orientation. The default values are: min at bottom, max at top, but I want to reverse that, so the slider always starts from top to b

[jQuery] Re: Conflict between Simplemodal and jquery-ui slider?

2009-09-16 Thread Eric Martin
The problem is that you are including the basic.js file from my site, which is causing a conflict. Remove that script and use the following code: $(document).ready(function() { $('#basic-modal input.basic, #basic-modal a.basic').click(function (e) { e.preventDefault();

[jQuery] Re: Conflict between Simplemodal and jquery-ui slider?

2009-09-11 Thread folder123
The behavior i'm seeing is the onShow only seems to run once. On subsequent modal window opens the contents in onShow don't seem to execute. -k On Sep 11, 7:31 pm, folder123 wrote: > I'm still having issues with the code below, the slider now doesn't > even show up on a 2nd window open. > > Any

[jQuery] Re: Conflict between Simplemodal and jquery-ui slider?

2009-09-11 Thread folder123
I'm still having issues with the code below, the slider now doesn't even show up on a 2nd window open. Any thoughts greatly appreciated, I'm sure i'm missing something simple. -k On Sep 11, 2:52 pm, Eric Martin wrote: > Use the onShow callback in SimpleModal to call the slider init code: >

[jQuery] Re: Conflict between Simplemodal and jquery-ui slider?

2009-09-11 Thread folder123
Excellent, thanks for the reply and your hard work on SimpleModal, it's greatly appeciated. -k On Sep 11, 2:52 pm, Eric Martin wrote: > Use the onShow callback in SimpleModal to call the slider init code: > > $('#basic-modal-content').modal({onShow: function (dialog) { >     $("#slider-vertical

[jQuery] Re: Conflict between Simplemodal and jquery-ui slider?

2009-09-11 Thread Eric Martin
Use the onShow callback in SimpleModal to call the slider init code: $('#basic-modal-content').modal({onShow: function (dialog) { $("#slider-vertical", dialog.container[0]).slider({ orientation: "vertical", range: "min", min: 50, max: 300, value: 100,

[jQuery] Conflict between Simplemodal and jquery-ui slider?

2009-09-11 Thread folder123
Summary - Slider does not work in SimpleModal window after more than once. Detail: Step 1: Click to open modal window Step 2: Observe slider working properly, with value being updated, close modal Step 3: Click to open modal window Step 4: Observe slider NOT working properly, NaN being returned

[jQuery] Multiple Custom Handles using Jquery UI Slider

2009-06-18 Thread zayl...@googlemail.com
Hey there, I was wondering if any of you guys could help me out. I'm using the Slider for Jquery UI and am having some difficulty setting a custom style for more than one handle. $(function() { $("#slider").slider({ values: [2, 15] }).addClass("handle"); }); the css .handle .

[jQuery] ui slider effects

2009-04-25 Thread matt
I know there's an animate parameter for the slider, but has anyone added (or know how to add) a bounce effect or easing effect to the ui slider at: http://jqueryui.com/demos/slider/#steps

[jQuery] UI Slider Tearing in Firefox

2009-03-27 Thread twiivoid
Ok, this is really bothering me. In IE7 and IE8, Opera 9 and 10a, Safari 3 and 4b, the jqueryUI slider works beautifully. However in Firefox (3.1b3), the slider handle tears while being dragged. I can't figure out what is causing it. Does firefox have a really slow refresh rate causing this tearin

[jQuery] UI Slider Tearing in Firefox

2009-03-27 Thread twiivoid
Ok, this is really bothering me. In IE7 and IE8, Opera 9 and 10a, Safari 3 and 4b, the jqueryUI slider works beautifully. However in Firefox (3.1b3), the slider handle tears while being dragged. I can't figure out what is causing it. Does firefox have a really slow refresh rate causing this tearin

[jQuery] Problems with fadeTo and jQuery UI Slider

2009-03-17 Thread altrugon
Hi there, I'm working on a header that display a slideshow and at the same time use the fadeTo() effect; the behavior of this header is as follow: 1) Once the page is load display slideshow 50% transparency and hide navigation 2) When user hover header fade slideshow and navigation to 100% 3) Th

[jQuery] UI slider 1.6 - how to pass the slider values to an ajax script?

2009-03-16 Thread borg
Hi I am a novice to javascript and jquery developer trying to pass slider values to an AJAX script. My slieder looks like this: $(function() { $("#slider-range").slider({ range: true, min: -10, max: 66,

[jQuery] Re: Jquery UI Slider Events not raised

2009-02-02 Thread cartic
Thanks for the info.. i will do some poking around. Like i said.. i knew it was something silly that i was missing. :) Thanks for pointing me in the right direction.. On Jan 31, 7:19 pm, "Richard D. Worth" wrote: > Sounds like you are using incompatible versions of jQuery and jQuery UI. > jQuery

[jQuery] Re: Jquery UI Slider Events not raised

2009-01-31 Thread Richard D. Worth
Sounds like you are using incompatible versions of jQuery and jQuery UI. jQuery UI 1.5.3 through 1.6rc4 are only compatible with jQuery 1.2.6. In order to use jQueryu UI with jQuery 1.3+, you'll need the latest preview release, jQuery UI 1.6rc6. Also note: there is a dedicated mailing list for jQu

[jQuery] Jquery UI Slider Events not raised

2009-01-31 Thread cartic
OK.. Here is the problem. I have downloaded the UI slider from Jquery website. The slider shows up fine. The slider moves fine.. BUT.. none of the callbacks are being called. i have searched high and low for this but oculd not find anything. Here is the code that i use

[jQuery] [UI Slider] Specifying Initial Value

2009-01-20 Thread James Hughes
Hello, Can someone confirm if this is possible? I generate a page that has 10+ sliders on it. Each has a different initial value when the page loads. Is there a way to set the inital value as part of the element? The reason I ask is that I'd like to do a blanket $('slider-class').slider(

[jQuery] ui-slider

2008-03-04 Thread Michael Stuhr
i know they're still in beta, but does anyone else see that setting the startValue is broken ? As a workaround i tried: $j('#slider').slider( "moveTo", fontsize); where fontsize definately != undefined or worse. So is it simply broken ? micha

[jQuery] ui slider plugin

2007-09-26 Thread Christof Donat
Hi I am having problems with the UI slider plugin. I have this HTML structure (bulilt with DOM): Then I try to make a slider for the hue: $('#hue').slider({ minValue:0, maxValue:360, axis:'vertical', handle:'#hueSlider', startValue:360-h,