Doulat Meah

0
Hi, Today I will Show you How to add Automatic Alt Tag Title on Image. It's very simple, only need add some code.

[caption id="attachment_1553" align="aligncenter" width="71"] Alt Tag[/caption]

How to add Automatic Alt Tag Title on Image.






//tipsworldbd.blogspot.com

//<![CDATA[
$(document).ready(function() {
$('img').each(function(){
var $img = $(this);
var filename = $img.attr('src')
$img.attr('title', filename.substring((filename.lastIndexOf('/'))+1, filename.lastIndexOf('.')));

$img.attr('alt', filename.substring((filename.lastIndexOf('/'))+1, filename.lastIndexOf('.')));
});
});
//]]>



Alt Tags Tag : Alt tag, title tag,alt tags,alt tag seo, alt attribute, meta tag, free html tags

Post a Comment

 
Top