Foren / Cotonti / Core Labs / Archive / Core AJAX support

Selectable AJAX/normal behavior implementation

Orkan
#1294 23. Oktober 2008, 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.

Dieser Beitrag wurde von Orkan (am 23. Oktober 2008, 19:18, vor 15 Jahre) bearbeitet