Modify ↓
Ticket #6563 (closed feature: invalid)
Log functionality for firebug
| Reported by: | Seldaek | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.4.3 |
| Component: | core | Version: | 1.4.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I would very much like to have a $.log() available by default in jquery that logs to console.log if available (or other targets for other browsers if any)
I know there are tons of plugins/snippets providing that, but I don't get why it's not in core, especially when YUI has it, it is very sad when YUI has a feature that jQuery doesn't have.
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.

Not really a jQuery thing. A plugin could create cross-browser support for it though.