Blur / removing the browser selection box
Date: 06/08/09
(Javascript Community) Keywords: browser
I am not a big user of blur()
, but for the tab-panel app I have below I want to get rid of the box the browser is drawing around the tab some one just clicked. I thought I could use blur(this)
or this.blur()
or even onfocus="blur(this)"
but all versions are blurring the entire window not just the element selected/highlighted.
Any ideas
Source: https://javascript.livejournal.com/167184.html