It is usually we are using this in all sites for some special purpose. toggle hide and show matter, and we can make this as simple login logout system link in the toggle system let's see, that's why we are using this toggle hide and show concept. let see how it works.
this is the script to make, hide and show concept. make call to the class or id what you given here the below.
that's it, make some class and and id for what you have to show and how you want to hide.
that's it, enjoy with the demo.
RELATED POSTS :

NORMAL STAGE
ON CLICK
Script
<script type="text/javascript"
src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ $(".flip").click(function(){ $(".panel").slideToggle("slow"); }); }); </script>
Code
<div id="container"> <div class="panel"> <p> You can type any of your content right here.. 2my4edge</p> </div> <p class="flip">Click to Hide/Show</p>
that's it, enjoy with the demo.
RELATED POSTS :
No comments:
Post a Comment