[jQuery] Re: please support :target

2009-02-24 Thread dccrowley
Must try this. Thank you for the tip On Feb 24, 5:11 pm, brian wrote: > Doesn't this work? > > $('#' + location.target).css('background', > 'url(fade-yellow.gif)').css('font-weight', 'bold'); > > On Tue, Feb 24, 2009 at 9:

[jQuery] Re: please support :target

2009-02-24 Thread dccrowley
w.bennadel.com/blog/1457-How-To-Build-A-Custom-jQuery-Select... > > Hope they help! > > On Feb 24, 6:42 am, dccrowley wrote: > > >http://www.w3.org/TR/css3-selectors/#target-pseudo > > > :target makes it very easy to style a part of a page that has been > > scroll

[jQuery] please support :target

2009-02-24 Thread dccrowley
http://www.w3.org/TR/css3-selectors/#target-pseudo :target makes it very easy to style a part of a page that has been scrolled to. It is not supported by all browsers but the css rules are easy to write. I wish something similar would be possible in jquery. :target { background: url(fade-yellow.