1jQuery(function () { 2 3 4 jQuery('.plugin-acknowledge').load( 5 DOKU_BASE + 'lib/exe/ajax.php', 6 { 7 call: 'plugin_acknowledge_html', 8 id: JSINFO.id 9 } 10 ); 11}); 12