[jQuery] Re: Mirrored radio button select/disable problem

2008-07-01 Thread Luc Pestille
cond_choice").attr("disabled",false); $(mirror_radio).attr("disabled",true).attr("checked",false); }); Luc Pestille Web Designer From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Luc Pe

[jQuery] Mirrored radio button select/disable problem

2008-07-01 Thread Luc Pestille
her list. e.g. - (*) Choice 1 (selected) - () Choice 2 - () Choice 3 - (-) Choice 1 (disabled) - () Choice 2 - () Choice 3 Choosing something in either list should free up / enable the other options. I can't think of a way to do it without being un-elegant, which is something I want to stay awy f

[jQuery] jCarousel Lite - weird issue

2008-01-22 Thread Luc Pestille
xcept the item you want doesn't sit to the left on the carousel. Any ideas as to why this might happen? Thanks, Luc Pestille Web Designer in2, Thames House, Mere Park, Dedmere Road, Marlow, Bucks, SL7 1PB tel: +44 (1628) 899700 | fax: +44 (1628) 899701 | email: mailto:[EMAIL PROTEC

[jQuery] Prev / Next - one works, the other doesn't!?

2007-10-10 Thread Luc Pestille
can accurately target the previous table - if I replace hide() with a css() rule, it works OK. Any ideas? Luc Pestille Web Designer in2, Thames House, Mere Park, Dedmere Road, Marlow, Bucks, SL7 1PB tel: +44 (1628) 899700 | fax: +44 (1628) 899701 | email: [EMAIL PROTECTED] | web:

[jQuery] Re: jMedia flash replacement

2007-08-24 Thread Luc Pestille
'm missing from jMedia about this? Thanks, -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Luc Pestille Sent: 24 August 2007 10:57 To: jquery-en@googlegroups.com Subject: [jQuery] Re: jMedia flash replacement Thanks, that's fixed it

[jQuery] Re: jMedia flash replacement

2007-08-24 Thread Luc Pestille
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Luc Pestille Sent: vendredi 24 aoűt 2007 9:23 To: jquery-en@googlegroups.com Subject: [jQuery] jMedia flash replacement Hi all, I've been using jMedia for inserting Flash content, but in IE, I still get the "

[jQuery] jMedia flash replacement

2007-08-24 Thread Luc Pestille
e, but now I need to get around the problem. What am I doing wrong? $("#banner").jmedia( {version:"8,0", elemClass:"banner", forceObjectTag: true }, {src:"/banner.swf", allowScriptAccess:"sameDomain", quality:"best",

[jQuery] Validate() error - "jQuery(a).data is not a function" ?

2007-08-10 Thread Luc Pestille
; to my script brings up the error "jQuery(a).data is not a function" in the console window of FireBug. Can anyone shed some light on what this means, or where I'm going wrong? I can't see why it would fall over on such a simple example. I can give access to the live page if nee

[jQuery] Re: validate() not working in IE(6 & 7)

2007-06-28 Thread Luc Pestille
Thanks Brandon - downgrading to 1.1.2 for the back end of the site (the front end needs 1.1.3a due to another bug) has fixed the problem. Roll on 1.1.3 final! Luc Pestille Web Designer From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

[jQuery] validate() not working in IE(6 & 7)

2007-06-28 Thread Luc Pestille
so I updated to validate() v1.1, but still no joy. Taking out TinyMCE also has no effect. Everything works as I'd expect in FF. Are there any known bugs with validate() v1.1 and IE? Thanks, Luc Pestille Web Designer in2, Thames House, Mere Park, Dedmere Road, Marlow, Bucks, SL7 1PB tel:

[jQuery] Re: Validate() and TinyMCE problem

2007-06-07 Thread Luc Pestille
, so that other people don't have to come asking/searching for the answer? Luc Pestille Web Designer -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bbuchs Sent: 07 June 2007 14:00 To: jQuery (English) Subject: [jQuery] Re: Validate() and

[jQuery] Validate() and TinyMCE problem

2007-06-07 Thread Luc Pestille
. Has anyone found a way around this? Do I have to validate() the TinyMCE input iframe(?) rather than the text box? Thanks, Luc Pestille Web Designer in2, Thames House, Mere Park, Dedmere Road, Marlow, Bucks, SL7 1PB tel: +44 (1628) 899700 | fax: +44 (1628) 899701 | email: [EMAIL

[jQuery] Re: IE selector bug/error - now reproducable.

2007-06-01 Thread Luc Pestille
Success - the bug has dissapeared in 1.1.3a ! Thank all. Luc Pestille Web Designer From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John Resig Sent: 30 May 2007 17:20 To: jquery-en@googlegroups.com Subject: [jQuery] Re: IE selector bug

[jQuery] Hiding select options in IE?

2007-06-01 Thread Luc Pestille
reqoptions = alloptions.find( "option:not('"+$titles_needed+"')" ).remove(); $("#admin-jobs .title_row select").empty(); $("#admin-jobs .title_row select").append(reqoptions); } }); Anyone got a method that does work, or does a pl

[jQuery] Re: IE selector bug/error - now reproducable.

2007-05-30 Thread Luc Pestille
he error shows up even with the most basic of HTML page. It might be a moot point though, 1.1.13a might have already fixed it... Thanks all. Luc Pestille Web Designer From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Karl Swedberg Sent: 30 Ma

[jQuery] Re: IE selector bug/error - now reproducable.

2007-05-30 Thread Luc Pestille
Following on, I was testing something unrelated, after moving back to FF, and it seems that the bug is the same in FF - ID selectors after a space break anything! Someone tell me I'm not going mad? Luc Pestille Web Designer From: jquery-en@googlegroup

[jQuery] Re: IE selector bug/error - now reproducable.

2007-05-30 Thread Luc Pestille
tors, or an ID selector after a space. Anyone seen this before, or can reproduce it? I'd rather not have to re-write bits of my site to use classes instead of IDs. Luc Pestille Web Designer From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behal

[jQuery] Re: IE selector bug/error?

2007-05-29 Thread Luc Pestille
Anyone have any idea on this? Non-existant selctors are breaking IE, which is fairly bad news for me! Thanks, Luc Pestille Web Designer From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Luc Pestille Sent: 23 May 2007 15:19 To: jquery-en

[jQuery] IE selector bug/error?

2007-05-23 Thread Luc Pestille
across this before? Any help would be appreciated, IE is starting to drive me in to a coma. Thanks, Luc Pestille Web Designer In2 Thames House Mere Park Dedmere Road Marlow Bucks SL7 1PB Tel 01628 899700 Fax 01628 899701 e: [EMAIL PROTECTED] i: www.in2.co.uk This message (and any associated files)

[jQuery] Re: Good news, everyone!

2007-05-23 Thread Luc Pestille
Been working with it this morning and have found an IE bug (I think) - this is just with the latest jquery.js and the validate.pack.js files in a page (including or excluding my jQuery scripts has no effect). On opening I get an alert: --- Line: 10 Error: Expected ':' --- Debugging takes me t

[jQuery] Re: Validation function help request

2007-05-23 Thread Luc Pestille
Thanks - the examples made it a lot clearer, I almost feel stupid for not realising how easy it is, and having tried RC1 now, I can't see me ever using any other validation. Last question, and might require it's own thread; using TinyMCE and your plugin, I have to click the submit button twice

[jQuery] Re: Validation function help request

2007-05-22 Thread Luc Pestille
-b is hidden? I'm sure it's possible, but it's not documented as I need it on your site. Thanks, Luc Pestille Web Designer -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jörn Zaefferer Sent: 21 May 2007 21:49 To: jquery-

[jQuery] Validation function help request

2007-05-21 Thread Luc Pestille
combinations of return true/false and calling the fuction to work whereby the form does the same with a function as it does with the 'manual' checking. Can anyone forge it into something that works? TIA! Luc Pestille Web Designer In2 Thames House Mere Park Dedmere Road Marlow Bucks SL

[jQuery] Validation function help request

2007-05-21 Thread Luc Pestille
n false; }else{ inputcheck.removeClass("required"); } } But I can't get the right combinations of return true/false and calling the fuction to work whereby the form does the same with a function as it does with the 'manual' checking. Can anyone forge it into s

[jQuery] Re: Form Validation Plugin

2007-05-15 Thread Luc Pestille
Jörn Zaefferer's Validation plugin ( http://bassistance.de/jquery-plugins/jquery-plugin-validation/ ) will do what you want. It does huge stuff too, but also very simple validation, just add a class "{required:true}" to inputs, a

[jQuery] Re: toggleClass and {required:true}

2007-05-10 Thread Luc Pestille
Can you give me an example of it in use - I'm currently just using; $("#admin-jobs").validate(); Should I be using (where two things are required) it like this?: $("#admin-jobs").validate( required: "select#salary_lower:filled" required: "select#salary_higher:filled" req

[jQuery] Re: toggleClass and {required:true}

2007-05-10 Thread Luc Pestille
It must have got lost in the mountain of emails in my jQuery folder - you need eyes like a hawk to keep up with this group at the minute! Thanks Jörn - I'll take a look further. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Erik Beeson Sent

[jQuery] Re: toggleClass and {required:true}

2007-05-10 Thread Luc Pestille
Anyone? This is the last hump I need to get over in my validation! Thanks, From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Luc Pestille Sent: 09 May 2007 11:14 To: jquery-en@googlegroups.com Subject: [jQuery] toggleClass and

[jQuery] toggleClass and {required:true}

2007-05-09 Thread Luc Pestille
ther, so if there's another, SIMPLE, validation plugin, I'm all ears... Luc Pestille Web Designer e: [EMAIL PROTECTED] t: +44 (0)1628 899 700 f: +44 (0)1628 899 701 In2 Thames House Mere Park Dedmere Road Marlow Bucks SL7 1PB Tel 01628 899700 Fax 01628 89

[jQuery] Re: Dropdown select value help

2007-05-03 Thread Luc Pestille
3, 3:14 pm, "Luc Pestille" <[EMAIL PROTECTED]> wrote: > Nope, it still won't automatically show the div. =/ Any other suggestions? I think it should be ":selected" not ".selected" if ($("select#mySelect").is(":selected")){ In2 Tham

[jQuery] Re: Dropdown select value help

2007-05-03 Thread Luc Pestille
elect value help try instead: if ($("#jobtype_row select").val() !=""){ ... From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Luc Pestille Sent: jeudi 3 mai 2007 14:50 To: jquery-en@googlegroups.com Subje

[jQuery] Re: Dropdown select value help

2007-05-03 Thread Luc Pestille
onChange behavior $("select#mySelect").change(function(){ switch ($(this).val()){ case 'a': $("div#a").show(); $("div#b").hide(); break; case 'b': $("div#a").hide();

[jQuery] Re: Dropdown select value help

2007-05-03 Thread Luc Pestille
} }); From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Luc Pestille Sent: jeudi 3 mai 2007 12:24 To: jquery-en@googlegroups.com Subject: [jQuery] Dropdown select value help Hi all, I've got a proble

[jQuery] Dropdown select value help

2007-05-03 Thread Luc Pestille
want other s to be visable. There's going to be something to do with .val() and .bind(), but it goes beyond me at that point. Any help would be appreciated. Thanks, Luc Pestille Web Designer e: [EMAIL PROTECTED] t: +44 (0)1628 899 700 f: +44 (0)1628 899 701 In2 Th