Modify ↓
Ticket #5433 (closed feature: wontfix)
$( sel ).ajax( [ajaxOptions] )
| Reported by: | kenman | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.4 |
| Component: | ajax | Version: | 1.3.2 |
| Keywords: | api | Cc: | |
| Blocking: | Blocked by: |
Description
++ Syntactical Sugar to load content into a DOM element -- no SS to alter ajaxOptions at runtime $( sel ).load( url );
++ SS to alter ajaxOptions at runtime -- no SS to load content into a DOM element $.ajax( [ajaxOptions] );
the marriage $( sel ).ajax( [ajaxOptions] );
I've written this is a custom plugin, but it seems like something that is simply missing from the AJAX API.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Sorry about the formatting, here's a better version: