Re: [jQuery] Re: Slider

2009-11-04 Thread Richard D. Worth
On Tue, Nov 3, 2009 at 12:50 PM, Luh Hooo Zer anthonynori...@gmail.comwrote: Well i guess the word value was not the right word. i have a graphic under the slider1 slider2 and slider3 that says: Low-Medium-High with 30 steps in the slider. if a visitor drags slider1 handle to

[jQuery] Re: Slider

2009-11-03 Thread Luh Hooo Zer
Well i guess the word value was not the right word. i have a graphic under the slider1 slider2 and slider3 that says: Low-Medium-High with 30 steps in the slider. if a visitor drags slider1 handle to Medium, and slider2 handle to Low then slider 3 moves to High for instance. but the

[jQuery] Re: Slider

2009-11-02 Thread Lance May
Luh Hooo Zer, Have you thought about making all of the sliders a 1:100 range and treating their current step as a percentage of your minimum and maximum values? That way everything will slide through each step the same, but you will be able to vary your ranges separately without effecting the

[jQuery] Re: Slider Experts?

2009-07-28 Thread Glazz
Hi, Don't know if this is what you want but here it goes, http://jqueryfordesigners.com/coda-slider-effect/ Regards On 28 Jul, 01:31, photogeek levin@gmail.com wrote: Anyone know how to create the slider effect, coda slider, so that it opens up with something other than the first

[jQuery] Re: Slider moveTo stopped working

2009-06-25 Thread StanW
Thank you. However using 'value' moves the slider into the correct place, but if the form is submitted without the sliders (I have 30 or so in each page) being moved, the submitted values are null. I want viewers to be able to return to a web page and move one or more sliders, but not have to

[jQuery] Re: Slider moveTo stopped working

2009-06-25 Thread Charlie
there is a separate google group for jquery UI , you'll probably do better there. Try searching slider issues on that group, it's a common topic http://groups.google.com/group/jquery-ui?pli=1 StanW wrote: Thank you. However using 'value' moves the slider into the correct place, but if

[jQuery] Re: Slider moveTo stopped working

2009-06-25 Thread StanW
Thank you! I did not know that. Stan Charlie Tomlinson wrote: there is a separate google group for jquery UI , you'll probably do better there. Try searching slider issues on that group, it's a common topic http://groups.google.com/group/jquery-ui?pli=1 -- View this message in

[jQuery] Re: Slider moveTo stopped working

2009-06-24 Thread StanW
If the moveTo function is now missing from the jQuery slider UI, is there a way to use the value options to set sliders? I need to have several sliders set to saved positions when viewers revisit my webpage. If they do not move a slider, I must be able to grab its original value. I have been

[jQuery] Re: Slider moveTo stopped working

2009-06-24 Thread Matthew
Check out the 'value' option, moveTo was removed but value should do the same: http://docs.jquery.com/UI/API/1.7/Slider On Jun 24, 4:35 pm, StanW webe...@u.washington.edu wrote: If the moveTo function is now missing from the jQuery slider UI, is there a way to use the value options to set

[jQuery] Re: Slider moveTo stopped working

2009-06-24 Thread Matthew
Sorry, didnt realize you answered the moveTo question. On Jun 24, 5:09 pm, Matthew mvbo...@gmail.com wrote: Check out the 'value' option, moveTo was removed but value should do the same:http://docs.jquery.com/UI/API/1.7/Slider On Jun 24, 4:35 pm, StanW webe...@u.washington.edu wrote: If

[jQuery] Re: Slider Values Not Accurate at Ends

2009-06-01 Thread Richard D. Worth
Are you using ui.slider.css? Can you share a sample page? Maybe put something on jsbin.com? Also note, there's a dedicated list for jQuery UI questions: http://groups.google.com/group/jquery-ui - Richard On Mon, Jun 1, 2009 at 7:00 PM, Musixz Man mus...@hotmail.com wrote: Hi all! No

[jQuery] Re: Slider Values Not Accurate at Ends

2009-06-01 Thread Musixz Man
Richard, No, I just include the default jQ ui.js and call $(#element).slider http://jsbin.com/abuxi I think I did that right Thanks. Date: Mon, 1 Jun 2009 19:53:50 -0400 Subject: [jQuery] Re: Slider Values Not Accurate at Ends From: rdwo...@gmail.com To: jquery-en@googlegroups.com

[jQuery] Re: Slider Values Not Accurate at Ends

2009-06-01 Thread Richard D. Worth
On Mon, Jun 1, 2009 at 9:10 PM, Musixz Man mus...@hotmail.com wrote: Richard, No, I just include the default jQ ui.js and call $(#element).slider The css in ui.slider.css is functional. It's also present in any complete jQuery UI theme. http://jsbin.com/abuxi I think I did that

[jQuery] Re: Slider Values Not Accurate at Ends

2009-06-01 Thread Musixz Man
? Thanks! Date: Mon, 1 Jun 2009 21:29:54 -0400 Subject: [jQuery] Re: Slider Values Not Accurate at Ends From: rdwo...@gmail.com To: jquery-en@googlegroups.com On Mon, Jun 1, 2009 at 9:10 PM, Musixz Man mus...@hotmail.com wrote: Richard, No, I just include the default jQ ui.js and call

[jQuery] Re: Slider Values Not Accurate at Ends

2009-06-01 Thread Musixz Man
The same is happening with Safari and Opera on a 2nd machine. So...it cant really be just me...hehe...right? From: mus...@hotmail.com To: jquery-en@googlegroups.com Subject: [jQuery] Re: Slider Values Not Accurate at Ends Date: Mon, 1 Jun 2009 21:27:58 -0500 Yes, I'm still

[jQuery] Re: Slider Values Not Accurate at Ends

2009-06-01 Thread Richard D. Worth
! -- Date: Mon, 1 Jun 2009 21:29:54 -0400 Subject: [jQuery] Re: Slider Values Not Accurate at Ends From: rdwo...@gmail.com To: jquery-en@googlegroups.com On Mon, Jun 1, 2009 at 9:10 PM, Musixz Man mus...@hotmail.com wrote: Richard, No, I just include the default jQ ui.js and call

[jQuery] Re: Slider Values Not Accurate at Ends

2009-06-01 Thread Musixz Man
Oh geez. I totally missed that change event :0 Thank you much for your help/time. -Kevin Date: Mon, 1 Jun 2009 22:39:34 -0400 Subject: [jQuery] Re: Slider Values Not Accurate at Ends From: rdwo...@gmail.com To: jquery-en@googlegroups.com Sorry, I was going off your previous instructions, so I

[jQuery] Re: Slider Values Not Accurate at Ends

2009-06-01 Thread Musixz Man
. And keep the change event as is. From: mus...@hotmail.com To: jquery-en@googlegroups.com Subject: [jQuery] Re: Slider Values Not Accurate at Ends Date: Mon, 1 Jun 2009 21:50:23 -0500 Oh geez. I totally missed that change event :0 Thank you much for your help/time. -Kevin Date: Mon, 1 Jun

[jQuery] Re: Slider Values Not Accurate at Ends

2009-06-01 Thread Richard D. Worth
On Mon, Jun 1, 2009 at 11:29 PM, Musixz Man mus...@hotmail.com wrote: The change event fires when the mouse is released (slide stop) - which updates the value correctly on mouse release. But, is there no way to get a accurate real-time value while the mouse is held down while dragging it

[jQuery] Re: Slider for Gallery

2009-04-13 Thread Nathan
There are many great plugins that you can utilize to get this done: http://cssglobe.com/post/3783/jquery-plugin-easy-image-or-content-slider http://sorgalla.com/jcarousel/ http://code.google.com/p/loopedslider/ Hope that helps ya out. On Apr 13, 7:51 am, iceangel89 iceange...@gmail.com

[jQuery] Re: Slider - value = function

2009-03-05 Thread Richard D. Worth
Just looking at this code sample, I don't see any reason why this wouldn't work, assuming ytplayer.getVolume() returns an integer. One problem I do see is that you have an extra comma the end. IE will choke on this. - Richard On Thu, Mar 5, 2009 at 9:06 AM, Elledinho elledi...@gmail.com wrote:

[jQuery] Re: Slider bugs

2008-11-22 Thread zed
I think I identified the source of the problem but I am still unclear how to fix it. There is this bit which is explained as offset is used to move to *exactly* the right place, since I'm using padding on my example, I need to subtract the amount of padding to the offset. Try removing this to

[jQuery] Re: Slider within Tabs not working

2008-10-02 Thread Klaus Hartl
A search for slider tabs in this group finds the answer... use the offleft-technique to hide a tab. In your style sheet, search for the class selector .ui-tabs-hide and replace the rule with: .ui-tabs-hide { position: absolute; left: -1px; } HTH --Klaus On 2 Okt., 20:41, Sara

[jQuery] Re: slider doesn't update on click, only drag

2008-06-13 Thread Kyle
A few things. I'm a novice with the slider (started using it yesterday), the jQuery UI Google Group might be a better place to post this, and I think you should post an example on a test page somewhere. That said, try this and see if it works. $(document).ready(function(){

[jQuery] Re: slider doesn't update on click, only drag

2008-06-13 Thread [EMAIL PROTECTED]
Thanks, I'll test this out. The UI mail list was unresponsive, so I reposted here. Forking the mailing lists is probably a bad idea. There is a big network effect here. Ivan On Jun 13, 12:26 pm, Kyle [EMAIL PROTECTED] wrote: A few things. I'm a novice with the slider (started using it

[jQuery] Re: slider bar in jQuery

2008-02-18 Thread Ariel Flesler
The 2nd link is awesome! :) Ariel Flesler On Feb 17, 10:38 pm, alex [EMAIL PROTECTED] wrote: Hello, I am new to both jQuery and YUI.  While jQuery has an easy slideUp slideDown mehtods..YUI has an easy slider widget (http:// developer.yahoo.com/yui/examples/slider/slider-simple.html). I

[jQuery] Re: slider bar in jQuery

2008-02-18 Thread George
There is slider functionality in the jQuery UI project ( http://ui.jquery.com ) which will do pretty much what you're looking for. On Feb 18, 7:01 am, Ariel Flesler [EMAIL PROTECTED] wrote: The 2nd link is awesome! :) Ariel Flesler On Feb 17, 10:38 pm, alex [EMAIL PROTECTED] wrote:

[jQuery] Re: slider control how

2008-02-17 Thread MorningZ
The jQuery slider: http://docs.jquery.com/UI/Slider Plenty of options to hook into to do the on-the-fly price adjustment according to the slider's value

[jQuery] Re: slider control how

2008-02-17 Thread Bhaarat Sharma
thanks! So now i have been able to acheve a slider based on which i am slidingUp and slidingDown some divs. But I have two questions now... My divs are just in simple line by line order so for example test1 test2 test3 If i slideUp test1 then i would like test2 and test3 to automatically take

[jQuery] Re: Slider Example

2007-07-12 Thread Gilles (Webunity)
Glen; take a look at this one: http://dev.jquery.com/~gilles/slider/ It's broken, but styled ;) it needs the interface libs but it should run then... On Jul 12, 5:04 am, Glen Lipka [EMAIL PROTECTED] wrote: Does anyone have a version of the Interface Slider on a public site? Something

[jQuery] Re: Slider Example

2007-07-12 Thread Glen Lipka
Thanks. I am looking for an in the wild example though. Something someone is using for a public site. This one does look nice though. I am assuming the next gen interface will have nice examples like that. GLen On 7/11/07, Gilles (Webunity) [EMAIL PROTECTED] wrote: Glen; take a look at

[jQuery] Re: Slider Example

2007-07-12 Thread tlob
I did one with the Prototype framework. http://www.berufsberatung.ch/dyn/12064.asp not broken (except IE7) and not very styled ;-) cheers tom On 12 Jul., 09:11, Glen Lipka [EMAIL PROTECTED] wrote: Thanks. I am looking for an in the wild example though. Something someone is using for a