I try this at my local machine, but I get below error at my chrome console:
When I click on the link, its show 404, check below image:
But when I right click on it, this link open it in new tap perfectly. It contain all the html code and other thing, except the java script code that I was wrote:
$(function() {
$(‘.dropdown-help’).hide();
});
Edit: Please check the embedded link of that file, which displays the code.
js file
Any suggestion.
-Ashfaq