我想确保某些链接在悬停特定文本之前不会获取信息
我有一个从数据库中获取约 5,000 个对象的列表,我正在尝试将其设置为当您将鼠标悬停在列表中的一行时,它会获取属于所描述项目的图像。
目前它一次获取所有 5,000 个对象,但我宁愿让它们花一秒钟来加载,而不是预加载它们。我想知道是否有什么办法可以阻止图像预加载?
目前我只使用 PHP/CSS/HTML,我不介意 javascript 或 AJAX(mootools 是因为我使用 joomla 框架而使用的加载器)
I've got a list that fetches ~5,000 objects from a database and I'm trying to make it so that when you hover a row in the list, it fetches an image belonging to the item described.
Currently it fetches all 5,000 objects at once but I'd rather have them take a second to load than pre-loading them. I'm wondering if there's any way to stop the images from pre-loading?
Currently I'm only using PHP/CSS/HTML, I don't mind javascript or AJAX (mootools is the loader used since I'm using the joomla framework)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不确定“停止预加载图像”是什么意思。如果您正在运行查询,难道不能排除图像吗?然后在每个列表项上使用悬停事件通过ajax检索图像?或者甚至在页面加载之后,您也可以开始通过 ajax 加载图像。
您到底需要什么帮助?
等等等等
Not sure what you mean by "stop the images from pre-loading." If you are running a query can't you just exclude the images? Then use a hover event on each list item that retrieves the image via ajax? Or even after page loads you could just start loading images via ajax.
What exactly do you need help with?
etc etc