Forked from Captain Anonymous's Pen JddYoJ.
A Pen by Vageesh Dwivedi on CodePen.
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"name": "Vageesh Dwivedi", | |
"label": "A people builder and a “we” oriented leader at [24]7.ai", | |
"image": "", | |
"email": "[email protected]", | |
"phone": "", | |
"url": "", | |
"summary": "", |
Okay onename, i declare myself publicly..! |
Forked from Captain Anonymous's Pen JddYoJ.
A Pen by Vageesh Dwivedi on CodePen.
javascript:false: | |
IE10 and FF (checked in v23 in Linux) will show 'false' as content. | |
javascript:void(0) && javascript:;: | |
IE will show 'cannot display the webpage' error in the iframe. Also, when setting the src from a valid url to javascript:void(0), the page will not get blank. | |
about:blank: | |
Works in all browsers but IE 9 sends an request to the server with path "null". Still the best bet IMO | |
Checkout http://jsfiddle.net/eybDj/1 |