Toddish / Popup

A barebones, flexible jQuery popup plugin. Designed for developers, it's simple to use but very powerful.
http://docs.toddish.co.uk/popup
MIT License
146 stars 78 forks source link

Replaced deprecated use of .error with .fail #24

Open JayVDZ opened 8 years ago

JayVDZ commented 8 years ago

Since jQuery 1.8 ajax.error() has been deprecated, but since 3.0 it's been removed. .fail() is the replacement function. This change makes the switch from .error() to .fail().