rss search

Slicker Show and Hide using Jquery – Basic Version

line

Slicker Show and Hide using Jquery – Basic Version

You can also check the advance version here

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script language="javascript">

$(document).ready(function() {

 // toggles the slickbox on clicking the noted link

  $('a#slick-toggle').click(function() {

 $('#slickbox').toggle(400);

 return false;

  });

});

</script>

<p><a id="slick-toggle" href="#">My URL</a></p>
<div id="slickbox" style="display: none;">www.pscsglobal.com</div>
Share this:
Share this page via Email Share this page via Stumble Upon Share this page via Digg this Share this page via Facebook Share this page via Twitter


Leave a Reply

You must be logged in to post a comment.

Devguru.in is Stephen Fry proof thanks to caching by WP Super Cache