jQuery.Post() not working in IE 8

jQuery.Post() not working in IE 8

I have this function

  1. <script type="text/javascript">
        function reLoad() {
            jQuery.Post();
        }
    </script>



Works fine in Firefox , Chrome, Opera, Safari but in IE 8 it does nothing, any ideas why?