Yes. Include jquery and the following script:

<script>
//hide debugging on page load
$(document).ready(function(){$('.cfdebug').hide()});
</script>


<!--place this at the bottom of your pages to toggle show and hide when needed 
-->
<a onclick="$('.cfdebug').show()">Show Debugging</a>
||
<a onclick="$('.cfdebug').hide()">Hide Debugging</a> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333513
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to