View Single Post
06-13-2009, 11:14 PM
#2
46Bit is offline 46Bit
Status: Member
Join date: Mar 2009
Location: Yorkshire
Expertise: Web Development
Software:
 
Posts: 275
iTrader: 10 / 100%
 

46Bit is on a distinguished road

Send a message via MSN to 46Bit Send a message via Skype™ to 46Bit

  Old

Code:
function (data, textStatus) {
  // data will be a jsonObj
  // textStatus will be one of the following values: 
  //   "timeout","error","notmodified","success","parsererror"
  this; // the options for this ajax request
}
From http://docs.jquery.com/Ajax/jQuery.getJSON.

EDIT: Sorry, misunderstood your question, try http://blog.reindel.com/2007/10/02/p...nd-javascript/.

Reply With Quote