jQuery.post() not going through?
        Posted  
        
            by Tommy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Tommy
        
        
        
        Published on 2010-04-20T22:30:14Z
        Indexed on 
            2010/04/20
            22:33 UTC
        
        
        Read the original article
        Hit count: 256
        
jQuery
|web-development
On button click I have the simple jQuery post:
$(document).ready(function() {
    $.post("/cgi-bin/stats.exe");
});
However, nothing seems to go through to the server side. Any suggestions?
Thanks.
© Stack Overflow or respective owner