#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: | ||
Blocked by: | Blocking: |
Description
I'm making them DRY
Change History (6)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
WETness getting you down? Fear not, the $.get and $.post methods are now 866% DRYer. This fixes #7847.
Changeset: 1830db422628d1556377621612b401bac5afa40e
comment:3 Changed 12 years ago by
DRY out $.get and $.post. Fixes #7847. Thanks to cowboy for the patch.
Changeset: 4443371dbaf751ce0d0d92e40f924e41fbd7b54c
comment:4 Changed 12 years ago by
WETness getting you down? Fear not, the $.get and $.post methods are now 866% DRYer. This fixes #7847.
Changeset: 1830db422628d1556377621612b401bac5afa40e
comment:5 Changed 12 years ago by
DRY out $.get and $.post. Fixes #7847. Thanks to cowboy for the patch.
Changeset: 4443371dbaf751ce0d0d92e40f924e41fbd7b54c
comment:6 Changed 12 years ago by
Component: | unfiled → ajax |
---|---|
Milestone: | 1.6 → 1.5.1 |
Priority: | undecided → low |
Note: See
TracTickets for help on using
tickets.
Fixed in https://github.com/jquery/jquery/pull/148