Posted: 24 Jan 2015 11:27 PM PST
Add jQuery Text Resize Button on Blogger PostsNow a Days Lof Blogger users want Design a Blog Like a Professional Website.They Love to add Fancy jQuery Widgets to attracts their Blogger Visitor’s.Already i Publish a Lot Of jQuery Fancy widgets For Blogger.Now i am going to Share a jQuery Text Resize Button on Blogger Posts.This Widget Helps the Readers to Resize the Text in to smaller and Larger Size.This Widget ts Developed From jQuery with colorful Icons.it is Fully Responsive WidgetHow to Install This Blogger Plugin in my Blogger Posts?
<!-- Start Text re size gadget --> <script src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js' type='text/javascript'/> <script> $(document).ready(function(){ //ID, class and tag element that font size is adjustable in this array //Put in html or body if you want the font of the entire page adjustable var section = new Array('span','.section2'); section = section.join(','); // Reset Font Size var originalFontSize = $(section).css('font-size'); $(".resetFont").click(function(){ $(section).css('font-size', originalFontSize); }); // Increase Font Size $(".increaseFont").click(function(){ var currentFontSize = $(section).css('font-size'); var currentFontSizeNum = parseFloat(currentFontSize, 10); var newFontSize = currentFontSizeNum*1.2; $(section).css('font-size', newFontSize); return false; }); // Decrease Font Size $(".decreaseFont").click(function(){ var currentFontSize = $(section).css('font-size'); var currentFontSizeNum = parseFloat(currentFontSize, 10); var newFontSize = currentFontSizeNum*0.8; $(section).css('font-size', newFontSize); return false; }); }); </script> <!-- End Text re size gadge -->
<!-- Start Text re size gadget --> <b:if cond='data:blog.pageType == "item"'> <table border='0' style='float:right; margin-left:5px;'><tr><td><img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhnZ8xgRQ8RpWu-iuhiFYBC9gRLvhAE9S113A29__lnZUX61F3gGSFMUQdAmEcHmXmA3-FEMWzZVTflxhcmh7lFNG_ZI_eq3-GHsvsavEczxuwiUgXcjFwoSzgxiJxOeJbnqLISLZEj4sM/s1600/a1.png'/> | <a class='increaseFont' style='cursor: pointer; cursor: hand;' title='Larger Text'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgN93mIimVZuaa4CbSIQxrXHFFeR42baEaO32n1LuAqAtbDhuBkNatPYXWezEOD0aaZRUbDonXhyphenhyphenTxyWotZp_4R7tUh6VDnwUrmOrOWtYm2s0T0Faz6One7xbY6R18s9oe8-wIPxPqDMV4/s1600/a2.png'/></a> <a class='decreaseFont' style='cursor: pointer; cursor: hand;' title='Smaller Text'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjL8Q3yjC8366lAvfR_PHeYkdSZknvrzTJO6VRfj7NfRl4A4ENJVjYFtNqFPeZm7ua7YlCyRC3Ll9grTN9JKdDNUIUG0S0k9AhgPOJA57kk116ieyKlwb0muDdRSBIvd4OcHF7npoOZbpg/s1600/a3.png' style='cursor: hand;'/></a> <a class='resetFont' style='cursor: pointer; cursor: hand;' title='Reset Text Size'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjlaSkzFtybqLmhqq8q42Yu5SVj4ApMFEV26vpK4zjKTAZr3KNOu2dk1EMFvkgABqze-jIIhw90tYujn44kbKMKfOSG4AW-ZUGQ8zEYMjAaQAIJTNmylFGSoTrNReOA1do7vyqZPSiNBwo/s1600/a4.png' style='cursor: hand;'/></a></td></tr></table> </b:if> <!-- End Text re size gadget -->
Share this Article with your Friends in Facebook,Goolge+ and Twitter. The post Add jQuery Text Resize Button on Blogger Posts appeared first on Smart Blogging Methods. |
Add jQuery Text Resize Button on Blogger Posts लेबलों वाले संदेश दिखाए जा रहे हैं. सभी संदेश दिखाएं
Add jQuery Text Resize Button on Blogger Posts लेबलों वाले संदेश दिखाए जा रहे हैं. सभी संदेश दिखाएं
मंगलवार, 27 जनवरी 2015
Smart Blogging Methods
सदस्यता लें
संदेश (Atom)