jquery / jquery/learn.jquery.com
Word(s) missing in article?
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 915
- Forks
- 471
- PR merge metrics
- No merged PRs in 30d
Description
http://learn.jquery.com/events/event-extensions/
Under _default: function( event: jQuery.Event, data: Object ) (Event extensions)
When the .trigger() method finishes running all the event handlers for an event, it also looks for and runs any method on the target object by the same name unless of the handlers called event.preventDefault()
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open the Event extensions article and inspect the _default section, especially the sentence describing .trigger() after event handlers run. Correct the missing or incorrect wording so the sentence clearly states the condition involving event.preventDefault(), then verify the rendered article reads correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, jquery
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 70/100