Re: [jQuery] jQuery powered site launched

2007-01-09 Thread Steve Urmston

Hi again

Thanks for all the comments, always interesting to hear!

Afraid I can't comment on design related stuff, thanks for the feedback
though.

The tooltips don't use jQuery, was a long time ago now that it was added,
but if I was doing it again, would use;
http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/
I still might if I have time.

I've had myself in a twist with various different thickbox scripts (did try
http://www.nabble.com/My-ThickBoxMod-tf2740161.html, but didn't work dropped
in), the site uses the latest version on http://jquery.com/demo/thickbox/ as
seemed the most stable.

Thanks for the heads up on the scroll bar Adam, was a stray css rule and is
fixed now.

Cheers,
steve
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] jQuery powered site launched

2007-01-09 Thread Steve Urmston

Hi folks

We have recently launched
http://www.yorkminster.org/
using jQuery, and several excellent plugins (thickbox, jCarousel,
datepicker).

I just wanted to say thanks to everyone on the development team, and to
everyone who replies to problems raised in this list.

Thanks again, and keep it up!
steve
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Animated Menu

2006-10-19 Thread Steve Urmston
Hi, just spotted the limit queue length post, works a charm. Thanks Danhttp://jquery.com/docs/Plugins/limitQueue/

On 10/19/06, Adrian Sweeney <
[EMAIL PROTECTED]> wrote:







with 
out looking into your code and just looking at the effect I 
suggest.
 
Start 
by clearing the animation path on every mouse over, then build a new animation 
to move from the current to the new position should 
 
so if 
you had 5 steps in your anim and 4 links 1->4
 
then 
if you were over 1 the icon would be at position 1 then as you moved down the 
path would be 1->2 then 1->3 and 1->4 of course if you have 5 
increments in your movement between 1 & two there would be 5 between 1 and 4 
too also if you are on increment part 3 (60% of the way there then the increment 
steps 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:31To: discuss@jquery.comSubject: [jQuery] Animated 
  MenuHi folksI've been trying to build a menu 
  where an image follows to match the hovered linkExample: http://clearbar.co.uk/navtest.html


Problem 
  is the animate effects queue up, thus moving mouse fast can stack up pretty 
  high. Anyone know how I could get around this, or think of a better 
  way to achieve this 
effect?Cheers,Steven



___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Animated Menu

2006-10-19 Thread Steve Urmston
Hi againCan anyone tell me now to clear (stop) all animation on an object?cheers,steveOn 10/19/06, Adrian Sweeney <
[EMAIL PROTECTED]> wrote:







with 
out looking into your code and just looking at the effect I 
suggest.
 
Start 
by clearing the animation path on every mouse over, then build a new animation 
to move from the current to the new position should 
 
so if 
you had 5 steps in your anim and 4 links 1->4
 
then 
if you were over 1 the icon would be at position 1 then as you moved down the 
path would be 1->2 then 1->3 and 1->4 of course if you have 5 
increments in your movement between 1 & two there would be 5 between 1 and 4 
too also if you are on increment part 3 (60% of the way there then the increment 
steps 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:31To: discuss@jquery.comSubject: [jQuery] Animated 
  MenuHi folksI've been trying to build a menu 
  where an image follows to match the hovered linkExample: http://clearbar.co.uk/navtest.html

Problem 
  is the animate effects queue up, thus moving mouse fast can stack up pretty 
  high. Anyone know how I could get around this, or think of a better 
  way to achieve this 
effect?Cheers,Steven

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] Animated Menu

2006-10-19 Thread Steve Urmston
Hi folksI've been trying to build a menu where an image follows to match the hovered linkExample: http://clearbar.co.uk/navtest.htmlProblem is the animate effects queue up, thus moving mouse fast can stack up pretty high.
Anyone know how I could get around this, or think of a better way to achieve this effect?Cheers,Steven
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] running jquery inside a thickbox iframe

2006-09-08 Thread Steve Urmston
Hi folksI've had a go trying to run jquery code inside a thickbox iframe (loaded content from AJAX) with no success. It is possible to run ordinary _javascript_ through onlick handlers, but I can't seem to get jquery to work.
Does anyone know if this is even possible?cheers,steve
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/