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 3d93e70a73
commit 98d9ece58d

View File

@ -487,7 +487,7 @@
"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:",
"<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": [
"fccss",