Guys,
IE is not playing nice for some god for saken reason and I just can see it.

the url in question:
http://pervasivemarketing.com/wesco/www/calculators/panelcalc

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.

--
Benjamin Sterling
http://www.KenzoMedia.com
http://www.KenzoHosting.com
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to