Character Changer
Character Changer
©2013-2025 TEchnicalWisdom.blogspot.com
Character Changer
SHARE
@media all and (min-width: 240px) and (max-width:640px){#somewhere3,#somewhere2,#somewhere{height:100px;}}
@media all and (min-width: 641px) and (max-width:1600px){#somewhere3,#somewhere2,#somewhere{height:200px;}}
h4{font-size:20px;} .credits {text-transform:capitalize;}
p[attr*"a"]{font-size:30px;}
//<![CDATA[
$(window).load(function(){
$("#copy1").click(function(){
$(".textarea1").select();
document.execCommand('copy');
});
$("#copy2").click(function(){
$(".textarea2").select();
document.execCommand('copy');
});
$("#copy3").click(function(){
$(".textarea3").select();
document.execCommand('copy');
});
});//]]>
$('#somewhere2:not(.focus)').keyup(function(){
var value = $(this).val();
var contentAttr = $(this).attr('name');
$('.'+contentAttr+'').html(value.replace(/\r?\n/g,'<br/>'));
})
function convert(){
document.getElementById("somewhere").style.cssText = "font-family:BentonSansCond Regular, Helvetica, Arial, sans-serif;font-size:14px;text-transform: uppercase;width:100%;border: 5px solid rgb(231, 231, 255);"
}
function convertt(){
document.getElementById("somewhere2").style.cssText = "font-family:BentonSansCond Regular, Helvetica, Arial, sans-serif;font-size:14px;text-transform: lowercase;width:100%;border: 5px solid rgb(231, 231, 255);"
}
function converttt(){
document.getElementById("somewhere3").style.cssText = "font-family:BentonSansCond Regular, Helvetica, Arial, sans-serif;font-size:14px;text-transform: capitalize;width:100%;border: 5px solid rgb(231, 231, 255);"
}
upper case
Copy
No comments:
Be the First to Comment!
Comment »