Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix issue #511: Listen to preventDefault on the "tap" event, allowing it to prevent the "click" event. #746

Closed
wants to merge 6 commits into from

Conversation

StuPig
Copy link
Contributor

@StuPig StuPig commented Apr 24, 2013

  1. add capture option to $.fn.bind $.fn.delegate $.fn.one
  2. fix issues "tap" event bug; triggering click after on anything that is in the coordinate range. #511 "tap" event bug; triggering click after on anything that is in the coordinate range
  3. fix test runner's default action

@jieyou
Copy link
Contributor

jieyou commented Jun 27, 2013

你这个方案应该能解决问题,现在官方通过并合并到主干了吗?

@StuPig
Copy link
Contributor Author

StuPig commented Jul 1, 2013

没有

@StuPig StuPig closed this Oct 28, 2013
@eliseumds
Copy link

@StuPig, I was stucked in this issue for the last 5 (ou 6) hours. Tomorrow I will be testing on more devices and browsers.

Thank you.

@jieyou
Copy link
Contributor

jieyou commented Dec 17, 2013

@eliseumds Excuse me, have you fixed this issue in the lastest version of Zepto?

@silverDrops
Copy link

replace('%20','+'):replace the first '%20' of the string to '+';

@silverDrops
Copy link

replace(/%20/g,'+'):replace all '%20' in the string to '+';
for example: '%20%20'.replace(/%20/g,'+') >>'++'
'%20%20'.replace(/%20,'+') >>'+'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants