Skip to main content

Bug Tracker

Side navigation

#14815 closed feature (plugin)

Opened February 18, 2014 01:19PM UTC

Closed February 18, 2014 04:51PM UTC

Last modified February 18, 2014 06:08PM UTC

$.log

Reported by: martincharles07@gmail.com 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.

Attachments (0)
Change History (4)

Changed February 18, 2014 04:51PM UTC by timmywil comment:1

resolution: → plugin
status: newclosed

This is best implemented as a plugin.

Changed February 18, 2014 06:00PM UTC by anonymous comment:2

Replying to [comment:1 timmywil]:

This is best implemented as a plugin.

Why?

Changed February 18, 2014 06:05PM UTC by dmethvin comment:3

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.

Changed February 18, 2014 06:08PM UTC by anonymous comment:4

Replying to [comment:3 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!