Форумы / Cotonti / Core Labs / Archive / Core AJAX support

Selectable AJAX/normal behavior implementation

Orkan
#1294 23.10.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.
Отредактировано: Orkan (23.10.2008 19:18, 16 лет назад)