Search Results

1
vote

Is there a way to highlight the target of a bookmark? (www.site.com/page.htm#bookmark) ?

Use your favorite JS toolkit to add a "highlight" (or whatever) class to the item containing (or contained in) the anchor. Something like: jQuery(location.hash).addClass('hi …
0
votes

Make a <div> fade away nicely after a given amount of time

I know you're down on libraries, but I'd recommend taking a look at moo.fx: http://moofx.mad4milk.net/ - I think it's like 3k. jQuery …