Add target blank to anchor link to open in new tab

This commit is contained in:
Thomas Huang
2017-01-03 15:41:23 -08:00
parent c0410ab071
commit ac68b6549b

View File

@ -487,7 +487,7 @@
"By selecting allow you will see the text on the output phone change to your latitude and longitude", "By selecting allow you will see the text on the output phone change to your latitude and longitude",
"Here's some code that does this:", "Here's some code that does this:",
"<blockquote>if (navigator.geolocation) {<br> navigator.geolocation.getCurrentPosition(function(position) {<br> $(\"#data\").html(\"latitude: \" + position.coords.latitude + \"&lt;br&gt;longitude: \" + position.coords.longitude);<br> });<br>}</blockquote>", "<blockquote>if (navigator.geolocation) {<br> navigator.geolocation.getCurrentPosition(function(position) {<br> $(\"#data\").html(\"latitude: \" + position.coords.latitude + \"&lt;br&gt;longitude: \" + position.coords.longitude);<br> });<br>}</blockquote>",
"Don't forget to use double quotes around selectors as mentioned <a href='/challenges/target-html-elements-with-selectors-using-jquery'>here.</a>" "Don't forget to use double quotes around selectors as mentioned <a href='/challenges/target-html-elements-with-selectors-using-jquery' target='_blank'>here.</a>"
], ],
"challengeSeed": [ "challengeSeed": [
"fccss", "fccss",