Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

print_r


Dump

Average rating
(4 votes)

A attempt to port the php function print_r to javascript and jQuery. It simply returns a nested string containing information about the passed object.

Returns information about:

  • Strings
  • Numbers
  • Booleans
  • Dates
  • Arrays
  • Objects
  • jQuery Objects
  • RegExp
  • Errors
  • DOMElements
  • Functions