Forums / Cotonti / Core Labs / Archive / Core AJAX support

Selectable AJAX/normal behavior implementation

Orkan
#1294 2008-10-23 19:11
Trustmaster:
And as for browsers, AJAX mode will be enabled only if available.
This is rather easy to implement by constructing links as follows:

<a href="forums.php?m=topics" onclick="$.get('forums.php?m=topics&ax=1', ...); return false">Topics</a>

Also note, we need a way to update the address bar so each ajax call can be bookmarked :)
Perl - the only language that looks the same before and after RSA encryption.

Dit bericht is bewerkt door Orkan (2008-10-23 19:18, 16 jaren ago)