Javascript Jquery Fadeout Woes -
my javascript isn't working. guess while i'm @ it, there programs can use can give me errors made able trouble shoot myself? javascript... <script type="text/javascript" src="/js/jquery-ui.min.js"> $(document).ready(function() { $(".button").click(function(){ $("#tickettable").fadeout( 'slow', function(){ }); }); }); </script> button used fadeout... <button class="button">respond</button> html want fade out... <div id="tickettable"> <table border="1" width="1000" class="transparent"> <tr><th width="15%">ticket</th><th width="15%">queue</th><th width="15%">severity</th><th width="15%">created</th><th width="15%">creator</th><th width=...