Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在网格中有很多下拉菜单。当用户将鼠标悬停在我的选择列表中的文本值上时,有没有一种方法可以让 jQuery 调用 Ajax 来获取标题?
是的,当用户将鼠标悬停在文本值上时,您可以使用 jQuery 进行调用以获取标题,但您可能不需要使用 ajax。查看 .hover() 函数。这应该是一个很好的起点。