javascrpit - show hide button
i have a problem in code JavaScript/jquery .. i am aclick in button and
content hide faster
<div class='show_hide' id='slidingDiv'>
<br/>
<input class='show_hide' href='javascript:void(0);' type='button'
value='show post'/>
</div>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js'
type='text/javascript'/>
<script
type='text/javascript'>$(document).ready(function(){$(".slidingDiv").hide();$(".show_hide").show();$('.show_hide').click(function(){$(".slidingDiv").slideToggle();});});</script>
No comments:
Post a Comment