Add Image to Anchor Tag
In this article, I will explain how to Add image beside to Anchor tag in Dotnet using Jquery, find source code in Article Body and divided 2 parts, one is in Body tag and second is in head tag. Please add your comments.
Inside Body and Form Tag
Inside Head tag
Add below Refrencess
<script src="Scripts/jquery-1.8.3.js" type="text/javascript" language="javascript"></script>
<script type="text/javascript" language="javascript">
$(document).ready(function () {
$('#selected-plays > li').addClass('horizontal');
$('a[href^="mailto:"]').addClass('mailto');
$('a[href$=".pdf"]').addClass('Pdflink');
$('a[href^="http"][href*="henry"]').addClass('henrylink');
});
</script>