[jQuery] Re: Effects/fadeTo question

2008-06-08 Thread cedwardz
r > > > Can be set up like this in your code: > > $(document).ready(function(){ > > > $("a").hover(function(){ > >//over > >$(this).fadeTo("slow", 0.22); > > },function(){ > >//out (full opacity) > >$(this).fade

[jQuery] Effects/fadeTo question

2008-06-08 Thread cedwardz
Hello I have modified the jQuery 'Effects/fadeTo' effect so that hovering over a link makes it fade. See example at: http://www.btinternet.com/~chris.edwardz/jquery/index.htm I am quite new to this technology, however my question is to find out whether it is possible for the link state to return