随笔分类 -  htmx

摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Alpine.js 阅读全文
posted @ 2025-10-10 19:51 卓能文 阅读(10) 评论(0) 推荐(0)
摘要:原始地址:https://github.com/alarbada/htmx-stream window.htmx.defineExtension("stream", { onEvent: (name, evt) => { if (name "htmx:beforeRequest") { let el 阅读全文
posted @ 2024-10-16 18:38 卓能文 阅读(29) 评论(0) 推荐(0)