Development

Changeset 10584

You must first sign up to be able to contribute.

Changeset 10584

Show
Ignore:
Timestamp:
08/01/08 17:27:43 (4 months ago)
Author:
fabien
Message:

[1.1, 1.2] doc: fixed typo (closes #4100)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.1/book/11-Ajax-Integration.txt

    r9904 r10584  
    619619    ") ?> 
    620620 
    621 The `complete` callback has access the ajax respomse and can pass it to a third-party function. This custom `updateJSON()` function iterates over the JSON obtained from the response via `responseJSON` and for each member of the array, updates the element named by the first parameter with the content of the second parameter. 
     621The `complete` callback has access the ajax response and can pass it to a third-party function. This custom `updateJSON()` function iterates over the JSON obtained from the response via `responseJSON` and for each member of the array, updates the element named by the first parameter with the content of the second parameter. 
    622622 
    623623Listing 11-29 shows how the `publishing/refresh` action can return a JSON response. 
  • doc/branches/1.2/book/11-Ajax-Integration.txt

    r9904 r10584  
    619619    ") ?> 
    620620 
    621 The `complete` callback has access the ajax respomse and can pass it to a third-party function. This custom `updateJSON()` function iterates over the JSON obtained from the response via `responseJSON` and for each member of the array, updates the element named by the first parameter with the content of the second parameter. 
     621The `complete` callback has access the ajax response and can pass it to a third-party function. This custom `updateJSON()` function iterates over the JSON obtained from the response via `responseJSON` and for each member of the array, updates the element named by the first parameter with the content of the second parameter. 
    622622 
    623623Listing 11-29 shows how the `publishing/refresh` action can return a JSON response.