Thanks Tony I was looking more for styling the debugging information not just 
show/hiding  (which worked great by the way).

I'm hoping to either find and open the debugging file or finding some kind of 
CSS/JQuery code that will put a styled layer over top of the boring classic 
debugging text.  You helped to point me in the write direction though with the 
.cfdebug class.  That's a start! :)

Matt...

>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:333547
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to