[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] Re: Dialog only opening the once

2009-12-22 Thread Sir Rawlins
more questions, note there's a separate list > for jQuery UI: > > http://groups.google.com/group/jquery-ui > > - Richard > > On Tue, Dec 22, 2009 at 5:22 AM, Sir Rawlins < > > > > robert.rawl...@thinkbluemedia.co.uk> wrote: > > Hello Guys, > >

[jQuery] Dialog only opening the once

2009-12-22 Thread Sir Rawlins
Hello Guys, I'm using the jQuery UI plugin to create a modal dialog box to ensure the user is ready to commit an action. The code sample can be found here: http://pastebin.com/m1834215a Now, when the page first loads and I click the dialog box appears, however, if I close the dialog box and the

[jQuery] Callback not firing

2009-10-21 Thread Sir Rawlins
Hello Guys, I'm sure that I'm doing something blatantly wrong here but I can't spot what's wrong. I've got the following code snippet. http://pastebin.com/m71102c16 Now, when calling the method change_testimonial() I get the log entry in the console as expected however the callback to show_new_

[jQuery] help with an animation effect

2009-07-24 Thread Sir Rawlins
Morning all, I'm looking for some help with an animation effect and your thoughts on how best to achieve it. At this stage we simply have a graphical representation, we can splice the images up any way we like, I'm really looking for your suggestions. The first stage is just the basic static obj

[jQuery] slide effects not working.

2009-07-23 Thread Sir Rawlins
Hello Guys, I've got a couple of div's one of which I'm trying to set a slide effect on when the other is toggled, both contain a single image. The code example can be found here http://pastebin.com/m6c3f43a8 Now, the 'expandable' div is hidden when the page loads as I would expect however click

[jQuery] Re: Dynamic mailto: link.

2009-03-05 Thread Sir Rawlins
Good man! Thank you a great deal! Rob On Mar 5, 4:33 pm, MorningZ wrote: > Here's some revised code with a "Check All" option > > http://paste.pocoo.org/show/106596/ > > On Mar 5, 11:00 am, Sir Rawlins > wrote: > > > MorningZ, > > >

[jQuery] Re: Dynamic mailto: link.

2009-03-05 Thread Sir Rawlins
that function that'll be triggers by the select_all as well? Thanks mate, Rob On Mar 5, 3:32 pm, MorningZ wrote: > Here's a quick example i whipped up (and works) > > http://paste.pocoo.org/show/106586/ > > To note about your code, "setAttr" isn't a jQuery

[jQuery] Re: Dynamic mailto: link.

2009-03-05 Thread Sir Rawlins
Hey Ryan! Thanks for your advice, I appreciate it. I've got this now: Email Selected Students $("input[name='CMStudent_IDs']").click(function(){ var mylink = []; $("input[name='CMStudent_IDs':checked]").each

[jQuery] Dynamic mailto: link.

2009-03-05 Thread Sir Rawlins
Hello Guys, I have a 'mailto' link the emails of which I want to be dynamic based on a bunch of checkboxes. So lets say my markup looks like this: mailto:";>Email These Users I want to be able to tick the users I want to email and then click the link. How would I populate the mailto link

[jQuery] Re: FadeTo() On Table Row

2009-02-27 Thread Sir Rawlins
doing it then what you are > currently doing. You can check out this past thread that is > related...http://groups.google.com/group/jquery-en/browse_thread/thread/5027a7d... > > Brian > > On Feb 27, 5:15 am, Sir Rawlins > wrote: > > > I posted this a moment ago but it s

[jQuery] FadeTo() On Table Row

2009-02-27 Thread Sir Rawlins
I posted this a moment ago but it seems to have disappeared off the list again for some reason? I'm using FadeTo() on an element and it appears not to work in IE so I'm having to use tr.children().fadeTo() which absolutely kills performance in IE. I'll guess this is down to the way that IE handl

[jQuery] FadeTo() on

2009-02-27 Thread Sir Rawlins
Hello Guys, I've been using FadeTo() on elements and it doesn't appear to work in IE, this is a bug in IE? At the moment I'm having to use .children().fadeTo() on the elements I want to fade and on large data sets its not very performant. Thanks guys, Robert

[jQuery] Re: SlideUp/SlideDown Causing Alignment Issues.

2009-02-26 Thread Sir Rawlins
, I cant get my filter expression to work properly. Do you think I'm going in the right direction? Thanks, Robert On Feb 26, 10:27 am, Sir Rawlins wrote: > mkmanning: > > You were spot on! I've updated the code in the link above making the > div slidable and it works lovely :

[jQuery] Re: SlideUp/SlideDown Causing Alignment Issues.

2009-02-26 Thread Sir Rawlins
h are 'expanded' and 'not expanded'? Thanks for your help, Robert On Feb 26, 9:42 am, mkmanning wrote: > The effects functions apply a style of display:block to the table. Try > wrapping the table in a div and slide the div . > > On Feb 26, 1:36 am, Sir Rawlins >

[jQuery] SlideUp/SlideDown Causing Alignment Issues.

2009-02-26 Thread Sir Rawlins
Hello Guys, Take a look at the following example: http://www.coldbeans.co.uk/expanding_table.html Any ideas why the nested table alignment all goes tits-up when the JS gets involved? Cheers, Robert

[jQuery] Expandable Sub Tables

2009-02-25 Thread Sir Rawlins
Hello Guys, I've done a little work with expandable div's using slideDown() and slideUp(), I'm guessing I'll be using these again for this challenge but I'm having a little trouble traversing to the correct elements to enlarge and expand and was also a little unsure as to which I should be giving

[jQuery] Help with checkbox events.

2009-02-20 Thread Sir Rawlins
Hello Guys! I've got a script here which I'm looking for your help in bettering. At the moment the script gives me a 'select all' checkbox which when checked ticks a bunch of other checkboxes, also I have another function which enabled/disables an input button provided that 1 or more of the check

[jQuery] Checkboxes enabled/disable button

2009-02-18 Thread Sir Rawlins
Hello Guys, Fairly noobish here so hoping to learn a little something from this challenge. I have a form which contains a bunch of different checkboxes (all the same name) and a bunch of different button elements. I want to by default have these buttons disabled unless at least one checkbox is c

[jQuery] Autorefreshing DIV

2008-09-01 Thread Sir Rawlins
Good morning all, I have a requirement to automaticly refresh a DIV with some content from another URL every couple of seconds and was hoping to get your opinions on how this is best handled. For instance, I have a div which looks like this: I dont need a full blown AJAX call as I simply wan

[jQuery] Ensure Textarea has been read.

2008-06-13 Thread Sir Rawlins
Afternoon All, I have a form which includes a textarea, inside the text area I'm displaying the terms and conditions of a service which a user must agree too before continuing thier registration process. I want to have the checkbox which they must select to accept the terms and conditions to be d