Changes between Version 1 and Version 2 of ajaxS3


Ignore:
Timestamp:
02/28/10 13:33:03 (15 years ago)
Author:
Serge Sunneach
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ajaxS3

    v1 v2  
    1212
    1313The [http://bazaar.launchpad.net/~flavour/sahana/sahanapy-trunk/annotate/head%3A/static/scripts/S3/S3.js ajaxS3] covers these needs.
     14The [http://www.vimeo.com/9526668 demo] is available.
    1415
    15 
    16 This is a transparent jQuery plugin residing in the S3.js (S3.min.js) which works transparently as a regular ajax handle,
     16This is a jQuery plugin residing in the S3.js, which works transparently as a regular ajax handle,
    1717but behind the scenes:
    1818
     
    2323That way the user always feels and stays in control.
    2424
     25
    2526'''How to use the ajaxS3?'''
    26 [[BR]]
     27
     28
    2729The standard handles have been provided: ''getS3'', ''getJSONS3'', ''postS3'', and the ''ajaxS3'' itself.[[BR]]
    2830
     
    4143}}}
    4244getS3
    43  It is the same as '''getJSONS3''', but now the type can be `html` or `json`
     45 It is the same as '''getJSONS3''', but now the type can be 'html' (the type='json' makes it equivalent to getJSONS3):
    4446{{{
    4547#!js