[jQuery] one of those things that will drive a man to drink

[jQuery] one of those things that will drive a man to drink

Guys,
IE is not playing nice for some god for saken reason and I just can see it.
the url in question: <a href="http://pervasivemarketing.com/wesco/www/calculators/panelcalc">http://pervasivemarketing.com/wesco/www/calculators/panelcalc
</a>
the code in question:
$(document).ready(function(){
    $('.calcbuttons').bind("click", function(){
    alert('dd');
        var div = $(this).attr('title');
        $('.calchide').hide();
        $('#'+div).show();
    });
   
    $('.calchide').hide();
   
});
The click event is not will not bind, i've used .click and the does not work either.  The hide() function is not working either and there is not error being thrown.
Any help would be great.<br clear="all">
--
Benjamin Sterling
<a href="http://www.KenzoMedia.com">http://www.KenzoMedia.com</a>
<a href="http://www.KenzoHosting.com">http://www.KenzoHosting.com</a>
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/