This repository was archived by the owner on Jul 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Conversation
Conflicts: README.md
added bower.json
上面已经写了 img = parent.find(options.img||'img') 下面这段明显是写错了(options.img写成了photos.img), 而且没必要再查找一遍子元素 parent.find(photos.img||'img')
Update layer.ext.js
myfancy
commented
May 30, 2016
包括官网提供的demo在内,都有一个问题,就是这个弹出层打开的瞬间,鼠标迅速移到按钮上,按钮上鼠标指针是箭头而不是小手,需要等待一会再将鼠标移到按钮上去,或者瞬间移上去以后稍微动一动鼠标才能变成小手。我初步怀疑是样式异步加载的问题,可是我把样式手动加载进入仍然出现此问题。
并且在指针没有变成小手的瞬间,快速点击按钮,会发现按钮绑定的事件是无效的,点击后什么也不会触发,再次点击才有效。你们没有遇到过这个问题吗?所以我我怀疑可能是页面焦点的问题所致。
zhe-he
commented
May 30, 2016
Contributor
没有发现你说的问题。
sentsim
commented
May 30, 2016
Collaborator
@Army-U 都是自个设计的〜
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
怎么会把页面做的这么好看~