2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript4,458 stars (4,458 stars)1,218 forks (1,218 forks)batch import
help wanted
Description
但是这个$("#input").calendar("open"); 无效,不能调起来日历。我用zepto 如果直接click事件又循环click事件了。 点九宫格方便啊
Contributor guide
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- Basic knowledge of jQueryUnderstanding of Zepto
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- The issue reports that calling $("#input").calendar("open") does not work with Zepto. Investigate the calendar plugin's source code in the repository (likely in src/js/calendar.js) to check if it supports Zepto or only jQuery. Note that the repository is no longer maintained, so any fix would need to be forked. Consider if the plugin uses jQuery specific features that Zepto lacks.