Modify ↓
Ticket #4024 (closed enhancement: worksforme)
bind() should accept the "ready" event kind
| Reported by: | PERECil | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.3.2 |
| Component: | event | Version: | 1.3.1 |
| Keywords: | event, bind, ready | Cc: | |
| Blocking: | Blocked by: |
Description
It would be great if bind could accept the "ready" event, ie $( document ).ready( fn ) would be a synonym of $( document ).bind( "ready", fn )...
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.

Already is and does!