[jQuery] unsubscribe

2006-11-07 Thread Adrian Sweeney
Off on a week s holiday and not wanting to bug the list with out of office messages Adrian Sweeney Web Developer Mills Reeve Tel: +44(0)121 456 8236 mailto:[EMAIL PROTECTED] http://www.mills-reeve.com bBirmingham Law Society 'Law Firm of the Year' 2006/b

Re: [jQuery] Don't forget accessibility

2006-11-02 Thread Adrian Sweeney
On show and hide and AJAX calls then if the JQuery Variable WAI is true then prompt the user to tell them that some content changed would they like to be taken to it. Adrian Sweeney Web Developer Mills Reeve Tel: +44(0)121 456 8236 mailto:[EMAIL PROTECTED] http://www.mills-reeve.com

Re: [jQuery] $(document).ready question

2006-10-31 Thread Adrian Sweeney
functionality // then this return false; }); Adrian Sweeney Web Developer Mills Reeve Tel: +44(0)121 456 8236 mailto:[EMAIL PROTECTED] http://www.mills-reeve.com -Original Message- From: Klaus Hartl [mailto:[EMAIL PROTECTED] Sent: 31 October 2006 07:49 To: jQuery Discussion

Re: [jQuery] $(document).ready question

2006-10-31 Thread Adrian Sweeney
Thanks that was a very helpful answer. Adrian Sweeney Web Developer Mills Reeve Tel: +44(0)121 456 8236 mailto:[EMAIL PROTECTED] http://www.mills-reeve.com -Original Message- From: Klaus Hartl [mailto:[EMAIL PROTECTED] Sent: 31 October 2006 09:58 To: jQuery Discussion. Subject: Re

[jQuery] how to catach an on drag event

2006-10-27 Thread Adrian Sweeney
(for when someone wants to book a single day) but I can't find any JQuery code for onDragStart and onDragEnd events. Anyone got any Ideas how I would go about catching these events? Adrian Sweeney Web Developer Mills Reeve Tel: +44(0)121 456 8236 [EMAIL PROTECTED] http://www.mills

Re: [jQuery] Sorting (not tables)

2006-10-20 Thread Adrian Sweeney
update the page to display the sortted information correctly.$.each(rows, function() {this[1].parentNode.appendChild(this[1]);});}); Adrian Sweeney Web Developer Mills Reeve Tel: +44(0)121 456 8236 [EMAIL PROTECTED] http://www.mills-reeve.com -Original Message-From: Erik Bees

Re: [jQuery] Tablesorter

2006-10-19 Thread Adrian Sweeney
tr td ... td ... td ... /tr /tbody Adrian Sweeney Web Developer Mills Reeve Tel: +44(0)121 456 8236 mailto:[EMAIL PROTECTED] http://www.mills-reeve.com -Original Message- From: Christian Bach [mailto:[EMAIL PROTECTED] Sent: 19

Re: [jQuery] Animated Menu

2006-10-19 Thread Adrian Sweeney
should start from that x,y position to the x,y position of the mouse. Adrian Sweeney Web Developer Mills Reeve Tel: +44(0)121 456 8236 [EMAIL PROTECTED] http://www.mills-reeve.com -Original Message-From: Steve Urmston [mailto:[EMAIL PROTECTED] Sent: 19 October 2006 14

[jQuery] basic sort function

2006-10-12 Thread Adrian Sweeney
].parentNode.appendChild(this[1]); }); }); I'll look into adding this to the jQuery-latest.js code later Adrian Sweeney ___ All New Yahoo! Mail – Tired of [EMAIL PROTECTED]@! come-ons? Let our SpamGuard protect you. http

Re: [jQuery] basic sort function

2006-10-12 Thread Adrian Sweeney
://motherrussia.polyester.se) * Licensed under the MIT License: * http://www.opensource.org/licenses/mit-license.php * * $Date: 2006-08-21 14:43:23 + (må, 21 aug 2006) $ * $Author: Christian $ * */ On 10/12/06, Adrian Sweeney [EMAIL PROTECTED] wrote: Hi guys today I finally got around to using

Re: [jQuery] basic sort function

2006-10-12 Thread Adrian Sweeney
Yes your code is pretty cool and definitely sorts the table by a specific column. what I was actually talking about was to sort a table that might or might not have a header / might not even be a table (a list for example) on a sub element text node value. and you might not want ot give the user