Thank you!

On Feb 24, 5:31 pm, seasoup <seas...@gmail.com> wrote:
> It is possible to write your own selectors. There are a bunch of
> tutorials around the web.
>
> here is 
> one:http://www.coderanch.com/t/121354/HTML-JavaScript/Writing-custom-JQue...
>
> and here is 
> another:http://www.bennadel.com/blog/1457-How-To-Build-A-Custom-jQuery-Select...
>
> Hope they help!
>
> On Feb 24, 6:42 am, dccrowley <dccrow...@gmail.com> 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
> > 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.gif) font-weight: bold; }
>
> > MAybe it is possible. I can't find it though.

Reply via email to