console.log($(\'\"#\'+d+\'\"\'));
in html i have
5 eeeeeeeeeee
eeeeeeeeeee
This can also happen in safari if you try a selector with a missing ], for example
$('select[name="something"')
but interestingly, this same jquery selector with a missing bracket will work in chrome.