chippper


Member since 11/03/2008

Name: Chip Cullen

Location: Washington, DC

Website: http://chipcullen.com

2 snippets

2194 profile views

2 Comment(s) Posted

View their favorites

their Tags


Profile

Achievement

first submission:submitting first snipplet popular snippet:having a snipplet with 20 favorites

chippper's Recent JavaScript Snippets



« Prev 1 Next »
This assumes HTML that looks like this: <pre><code> &lt;div id=&quot;containing_div&quot;&gt; &lt;div id=&quot;div_1&quot; style=&quot;background-color:red&quot; class=&quot;visible_div&quot;&gt; &lt;p&gt;Test Content 1&lt;/p&...
2 480 posted 14 years ago by chippper
Rather than using target="_blank", which is deprecated by the W3C in XHTML, you should use rel="external" for links that you want to pop out in a new window. This is the javascript that makes it happen.
0 755 posted 15 years ago by chippper
« Prev 1 Next »