#14815 closed feature (plugin)
$.log
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 2.1.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
console.log prints the value of its inputs to the screen but cannot be passed to other functions in many cases. It would be nice if jQuery had a wrapper around console which could be passed to as callbacks and the like.
Change History (4)
comment:1 follow-up: 2 Changed 9 years ago by
Resolution: | → plugin |
---|---|
Status: | new → closed |
comment:3 follow-up: 4 Changed 9 years ago by
jQuery is easily extendable via plugins. This particular functionality does not depend on jQuery internals. It's something you want, but we don't need. Therefore, a plugin.
comment:4 Changed 9 years ago by
Replying to dmethvin:
jQuery is easily extendable via plugins. This particular functionality does not depend on jQuery internals. It's something you want, but we don't need. Therefore, a plugin.
Thanks!
Note: See
TracTickets for help on using
tickets.
This is best implemented as a plugin.