I forgot how to make links with jQuery that execute when clicking on a div. The link I needed was with target blank.
I found this from here but I did not understand the code and could not use it.
jquery('a[href="http://site.com"]').attr('target', '_blank');