Re: [jQuery] highlightFade Plugin

2006-09-21 Thread George Adamson
These may give you some ideas... You can either use JQuery's own .fadeIn() method or try the highlightFade as follows: $("INPUT") .focus(function(){ $(this) .highlightFade({start:'white', end:'black', speed:'fast', attr:'color'})

Re: [jQuery] highlightFade Plugin

2006-09-21 Thread Marco M. Jaeger
This might be interesting: http://www.squarefree.com/2006/05/06/finding-the-textarea-selection/ -Original Message- From: Mark Harwood [mailto:[EMAIL PROTECTED] Sent: Thursday, September 21, 2006 2:29 PM To: jQuery Discussion. Subject: Re: [jQuery] highlightFade Plugin I am loving this

Re: [jQuery] highlightFade Plugin

2006-09-21 Thread Mark Harwood
I am loving this Plugin... but im a bit stuck, how could i go about making a elemnt fade in on focus and then fade out when its out of focus? Sorry really basic question but then so my knowledge of JS and jQuery! ___ jQuery mailing list discuss@jquery.

Re: [jQuery] highlightFade Plugin

2006-09-20 Thread George Adamson
Wow, Blair, you don't hang about do you?! For the benefit of new readers: Blair's highlightFade can now fade not only the backgroundColor but also the borderColor and the [text] color. (Plus the various specific top and left variations etc such as borderLeftColor.) > Re: I love that idea and it'