Changes between Version 1 and Version 2 of ajaxS3
- Timestamp:
- 02/28/10 13:33:03 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ajaxS3
v1 v2 12 12 13 13 The [http://bazaar.launchpad.net/~flavour/sahana/sahanapy-trunk/annotate/head%3A/static/scripts/S3/S3.js ajaxS3] covers these needs. 14 The [http://www.vimeo.com/9526668 demo] is available. 14 15 15 16 This is a transparent jQuery plugin residing in the S3.js (S3.min.js) which works transparently as a regular ajax handle, 16 This is a jQuery plugin residing in the S3.js, which works transparently as a regular ajax handle, 17 17 but behind the scenes: 18 18 … … 23 23 That way the user always feels and stays in control. 24 24 25 25 26 '''How to use the ajaxS3?''' 26 [[BR]] 27 28 27 29 The standard handles have been provided: ''getS3'', ''getJSONS3'', ''postS3'', and the ''ajaxS3'' itself.[[BR]] 28 30 … … 41 43 }}} 42 44 getS3 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): 44 46 {{{ 45 47 #!js