CarlRaymond/jquery.cardswipe

$.error() is deprecated.

Closed this issue · 1 comments

Just an FYI regarding $.error() being deprecated as of v1.8. (I was using some libraries that were impacted by the remove of live() and toggle().)
https://api.jquery.com/category/deprecated/

Fixed. I was using $.error(), which isn't deprecated, but I wasn't using it right in any case. Now it just throws an error message.

Thanks!