[jQuery] Mirrored radio button select/disable problem

2008-07-01 Thread Luc Pestille
. - (*) 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 from. Thanks, Luc

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

2008-07-01 Thread Luc Pestille
); }); Luc Pestille Web Designer From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Luc Pestille Sent: 01 July 2008 14:59 To: jquery-en@googlegroups.com Subject: [jQuery] Mirrored radio button select/disable problem Hi, I've run out

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

2007-10-10 Thread Luc Pestille
? The function to show the next table is the same as the previous, so i can't see what would cause it to not show? Does hide() now remove the HTML from the code or something? I can accurately target the previous table - if I replace hide() with a css() rule, it works OK. Any ideas? Luc Pestille Web

[jQuery] jMedia flash replacement

2007-08-24 Thread Luc Pestille
around the problem. What am I doing wrong? $(#banner).jmedia( {version:8,0, elemClass:banner, forceObjectTag: true }, {src:/banner.swf, allowScriptAccess:sameDomain, quality:best, wmode:transparent, width:770, height:140 }); Luc Pestille Web Designer in2

[jQuery] Re: jMedia flash replacement

2007-08-24 Thread Luc Pestille
@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 Click to activate and use

[jQuery] Re: jMedia flash replacement

2007-08-24 Thread Luc Pestille
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. -Original Message

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

2007-08-10 Thread Luc Pestille
, 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 needed, but it's not for general consumption yet... This is all with jQuery 1.1.3 and validate() 1.1 Thanks, Luc Pestille Web Designer in2, Thames House, Mere Park

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

2007-06-28 Thread Luc Pestille
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: +44 (1628

[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

[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: Validate() and TinyMCE problem

2007-06-07 Thread Luc Pestille
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 TinyMCE problem

[jQuery] Hiding select options in IE?

2007-06-01 Thread Luc Pestille
a plugin exist to counter IE's bug? 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: www.in2.co.uk This message (and any associated files) is intended only

[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] Re: IE selector bug/error - now reproducable.

2007-05-30 Thread Luc Pestille
.classtest).hide(); $(#search-advanced).hide(); So it looks like IE doesn't like double ID selectors, 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

[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@googlegroups.com

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

2007-05-30 Thread Luc Pestille
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 May 2007 16:32 To: jquery-en@googlegroups.com Subject: [jQuery] Re: IE

[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
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) is intended only for the use of jquery-en@googlegroups.com and may

[jQuery] Re: Validation function help request

2007-05-22 Thread Luc Pestille
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-en@googlegroups.com Subject: [jQuery] Re: Validation function help request Luc

[jQuery] Validation function help request

2007-05-21 Thread Luc Pestille
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 SL7 1PB Tel 01628 899700 Fax 01628 899701 e: [EMAIL PROTECTED] i

[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/ 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, at

[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

[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 required:

[jQuery] toggleClass and {required:true}

2007-05-09 Thread Luc Pestille
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 899701 e: [EMAIL PROTECTED] i: www.in2.co.uk This message (and any associated

[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

[jQuery] Re: Dropdown select value help

2007-05-03 Thread Luc Pestille
(); break; } }); From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Luc Pestille Sent: jeudi 3 mai 2007 12:52 To: jquery-en@googlegroups.com Subject: [jQuery] Re: Dropdown select value help I think it's a bit clearer, but I don't think I

[jQuery] Re: Dropdown select value help

2007-05-03 Thread Luc Pestille
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 Subject: [jQuery] Re: Dropdown select

[jQuery] Re: Dropdown select value help

2007-05-03 Thread Luc Pestille
, 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 Thames House Mere Park Dedmere Road Marlow Bucks SL7 1PB Tel 01628 899700 Fax 01628 899701 e