Side navigation
#4024 closed enhancement (worksforme)
Opened January 29, 2009 11:12AM UTC
Closed February 14, 2009 05:29PM UTC
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: | |
Blocked by: | Blocking: |
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 )...
Attachments (0)
Change History (1)
Changed February 14, 2009 05:29PM UTC by comment:1
component: | unfilled → event |
---|---|
resolution: | → worksforme |
status: | new → closed |
Already is and does!