1475445687 | current | ||
---|---|---|---|
Line 75: | Line 75: | ||
===== AJAX Service ===== | ===== AJAX Service ===== | ||
- | <code .js> | + | <code javascript> |
jQuery.post( | jQuery.post( | ||
DOKU_BASE + 'lib/exe/ajax.php', | DOKU_BASE + 'lib/exe/ajax.php', | ||
{ | { | ||
call : 'plugin_semantic', | call : 'plugin_semantic', | ||
- | id : ':page:id' | + | id : ':doku:pageid' |
} | } | ||
); | ); |
↧
plugin:semantic - [AJAX Service]
↧