Friday, 24 August 2012

How to Add Fade Jquery effect to Blogger Image ! It's Cool

How to Add Fade Jquery effect to Blogger Image
Follow simple and easy step to adding this image effect to blogger--->>>>

How To Add jQuery Hide and Show Text Effect to Blogger.

How To Add jQuery Hide and Show Text Effect to Blogger.
If you want to add hide and show effect to your blog, follow the steps below.
* First go to your blogger Dashboard.
* Now click in design tab and now you are here --->>> Page Element.
* Click on 'Add a Gadget' on the sidebar.
* Select 'HTML/Javascript' and add the javascript code given below and click save.
<script src="http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function(){
  $('#butShowHide').click(function()
  {
      $('#pShowHide').toggle();
  });
});
</script>
<p id="pShowHide" style="display:none">Insert Your Content Here</p>
<button id="butShowHide">Show/Hide</button>
Note : Remember to replace 'Insert Your Content Here' with your real content.
Related Posts Widget for Blogger

How To Add Cool Jquery Featured Post Slider to Blogger

1.Login to your blogger dashboard and go to Desing --> Page Elements.

2.Click on 'Add a Gadget' on the sidebar.

3.Select 'HTML/Javascript' and add the one of code given below and click save.

Get Featured Content Slider Using jQuery / For every Blogger !

Get Featured Content Slider Using jQuery
Follow  simple and easy step to adding this special slider to your blog ---->>>