I need to call $.ajax with a fully qualified url. For instance:
$.ajax(
{
type: "GET",
url: "http://www.google.com";,
dataType: "html",
success: function(data)
{
If I try to call $.ajax with a fully qualified url, nothing happens at
all:
$.ajax(
{
type: "GET",
url: "http://www.google.com/";,
dataType: "html",
success: function(da
If I try to call $.ajax with a fully qualified url, nothing happens at
all:
$.ajax(
{
type: "GET",
url: "http://www.google.com/";,
dataType: "html",
success: function(da
3 matches
Mail list logo