padolsey-archive / jquery.fn

A collection of jQuery plugins
http://james.padolsey.com
The Unlicense
1.1k stars 723 forks source link

Exception handled when no results are returned #15

Closed mrchief closed 12 years ago

mrchief commented 12 years ago

If you call a JSON API and get no results back, the plugin throws an error. This patch fixes it.

padolsey commented 12 years ago

Cool, thanks!