| Исходный текст | Переводы |
|---|---|
Server rewrite rules | |
Provides a template for common HTTP server rewrite rules. If the type of server this site is using is not listed here, you will need to ensure that any request starting with <code>/@endpoint</code> is forwarded to <code>js.php</code> | |
Choose server: | |
Add the above lines before any existing rewrite rules inside this site's Apache <code>.htaccess</code> file. | |
Add the above lines before any existing rewrite rules inside this site's Nginx <code>server { }</code> block. | |
Use <code>#js_callback</code> on elements (like this submit button) to automatically generate the necessary data attributes. It takes an associative array where the key is the module name and the value is the callback. | |
Get UID (using #js_callback and $.fn.jsCallback()) | |
You clicked a link where the destination was <a href="/js-callback-redirect" target="_blank">/js-callback-redirect</a>, but was redirect to <a href="/js-callback-redirect-result" target="_blank">/js-callback-redirect-result</a>. | |
JS Callback Examples | |
JS Callback Examples (access denied) |