SyntaxFix
Write A Post
Hire A Developer
Questions
`Display
$('#cbxShowHide').click(function(){ this.checked?$('#block').show(1000):$('#block').hide(1000); //time for show });`