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.
我正在玩Codrops 的 Thumbnail Grid 示例,但我想知道是否有人可以帮助我了解如何使可扩展预览出现在所选图像的顶部而不是下方?
在 Codrops 中修改这一行以使用 prepend 而不是 append
// append preview element to the item this.$item.prepend( this.getEl() );
该行在此函数内
Preview.prototype = { create : function() {
演示(没有任何样式!):
http://jsbin.com/UhaFube/1/