gpt4 book ai didi

javascript - 工具提示中的内容

转载 作者:行者123 更新时间:2023-11-29 20:23:52 26 4
gpt4 key购买 nike

我在我的 javascript 页面上有工具提示(prototip,但这并不重要),我想当用户移动时,工具提示在哪里,从我的代理服务器生成带有字符串的工具提示内容......所以可能当我移动时在工具提示的位置上,javascript 在代理服务器上发送请求并获取包含字符串内容的响应 - 从该响应 javascript 获取该字符串并显示。有可能的?怎么办?

最佳答案

Prototip 开箱即用。查看“Ajax tooltip”演示。 Prototip 使用 Prototype's Ajax functions 发出 Ajax 请求.您只需要构建将正确内容传递给请求的脚本。

来自 Prototip 网站的修改示例:

new Tip('myTip', {
ajax: {
url: '/include/ajax.php', // this is where you put the URL of your script
options: {
parameters: { parameter1: value1, parameter2: value2}
// this is where you put any parameters to the script
}
}
});

关于javascript - 工具提示中的内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2345288/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com