Top "Highlight" questions

is for questions involving the highlighting of text or other visual elements.

Prevent accidental select/drag highlight

I have a drawing application using html5 canvas. When the user is drawing and pen slips out of the canvas …

html canvas drawing highlight
Jquery: is there a way to highlight the text of a Div when you click on it?

With Jquery is there a way to highlight/select(like if someone were to select it with the mouse) the …

jquery select click highlight
Pen highlighter effect in css

I want to create a highlight effect that resembles a highlight made with a pen. i.e. it has wavy …

html css background-color highlight
How to toggle Vim's search highlight visibility without disabling it

What I'd like is to map one key, e.g. F4, so that pressing F4 will toggle the visibility of …

search vim highlighting highlight
UITextView with clickable links but no text highlighting

I have a UITextView displaying non-editable text. I want the text to automatically parse links, phone numbers, etc for the …

ios objective-c ios7 uitextview highlight
Wordpress custom post type hierarchy and menu highlighting (current_page_parent)

I have created a custom post type of 'portfolio' and page with a template that retrieves all posts matching that …

wordpress menu highlight hierarchical custom-post-type
How to access Kindle Highlights (API?)

I want to make a site that lets you follow other people Kindle Highlights. Is this possible Is there some …

highlight kindle kindle-kdk
JavaScript: Remove current mouse highlight from the page?

Let's say I highlight some text on the page using my mouse. How can I remove all highlighted text using …

javascript select highlight
d3js force directed - On hover to node, highlight/colourup linked nodes and links?

I have force directed graph with 4 types of nodes and two types of links. One type of node (the small …

javascript css d3.js highlight force-layout
D3 highlight selected node, and its links to parent and ancestors in a force directed graph

I would like to highlight the links and nodes to the parent node in a graph when the child node …

d3.js hover parent highlight force-layout