Ajax Problem

Ajax Problem

Hello Everyone

    I am using jQuery $.ajax({}) function in ASP.NET. 
        my code snippet is
            
  1. jQuery.ajax({
  2.         type:"POST"
  3.         url:"Service\FunctionName"
  4.     });
            this type of Code working fine in Internet Explorer What When I am testing this On Google Chrome its give me the URL error. please let me know how do i overcome from this problem