Jquery Html将数据编码为cookie

发布于 2024-11-28 05:06:25 字数 189 浏览 3 评论 0原文

我正在使用 jQuery cookieplugin,并且想要将 CKEditor 中的值保存到 cookie 中,以便能够制作一个草稿函数,与 StackOverflow 上的有点相似。

CKEditors 内容可以包含 html,那么有没有办法使用 jQuery 对 HTML 数据进行 htmlencode,以便可以将其传递给 cookie?

I am using the jQuery cookieplugin, and want to save the values from a CKEditor into a cookie, to be able to make a draftfunction, a bit similar to the one on StackOverflow.

The CKEditors content can contain html, so is there a way to htmlencode the HTML-data with jQuery, so it can be passed to a cookie?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心如狂蝶 2024-12-05 05:06:25

使用 encodeURIComponent()decodeURIComponent()

Use encodeURIComponent() and decodeURIComponent()

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文