Ticket #7847 (closed bug: fixed)
$.get and $.post are WET
| Reported by: | cowboy | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 1.5.1 |
| Component: | ajax | Version: | 1.4.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I'm making them DRY
Change History
comment:2 Changed 2 years ago by Ben Alman
- Status changed from new to closed
- Resolution set to fixed
WETness getting you down? Fear not, the $.get and $.post methods are now 866% DRYer. This fixes #7847.
Changeset: 1830db422628d1556377621612b401bac5afa40e
comment:3 Changed 2 years ago by Colin Snover
DRY out $.get and $.post. Fixes #7847. Thanks to cowboy for the patch.
Changeset: 4443371dbaf751ce0d0d92e40f924e41fbd7b54c
comment:4 Changed 2 years ago by Ben Alman
WETness getting you down? Fear not, the $.get and $.post methods are now 866% DRYer. This fixes #7847.
Changeset: 1830db422628d1556377621612b401bac5afa40e
comment:5 Changed 2 years ago by Colin Snover
DRY out $.get and $.post. Fixes #7847. Thanks to cowboy for the patch.
Changeset: 4443371dbaf751ce0d0d92e40f924e41fbd7b54c
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Fixed in https://github.com/jquery/jquery/pull/148