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
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
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
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();
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
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:
>
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
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,
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
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 .
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
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
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
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
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,
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
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
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
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(
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
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,
21 matches
Mail list logo