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.
我有一些带有 onclick 事件的按钮,目的是加载不同的内容并将它们显示在内容 div 中。在 highslide 中,我只找到了弹出内容的示例,但我想用结果填充一个 div。
你能解释一下如何进行吗?谢谢
你在使用 AJAX 吗?如果是,这里有一个例子:
<a href="your/path/to/ajax" onclick="return hs.htmlExpand(this, { objectType: 'ajax', width: 400, creditsPosition: 'bottom left', headingText: 'Title from onclick', wrapperClassName: 'titlebar' })"> Click me! </a>