Feb 23, 2011

Facebook style toggle click

$(function(){
/* show/hide using search icon */
$("#search-icon").click(function(){
if( $("#search-form").is(":visible") ){
$("#search-form").hide();
}else{
$("#search-form").show();
}
});
/* close using search close link - ONLY IF NEEDED */
$("#search-close").click(function() {
$("#search-form").hide();
});
});

No comments:

Post a Comment

Test post after a long time

i want to see the post