custom watermark in jquery

custom watermark in jquery
 In this article, we are going to see, a custom watermark in jquery 

$([
"<div style='position:fixed;bottom:0;right:25px;padding:0 2px;margin:0;opacity:0.5;z-index:10000;border:1px solid lightgray;border-radius:5px;'>",
"<a style='font-size:10px;' href='https://ajayvishu.blogspot.com'>ajayvishu</a>",
"</div>"
].join("")).appendTo(document.body);

note: in your webpage must be used jquery

Post a Comment

0 Comments