Open joelalejandro opened 8 years ago
If you need to do an Ajax request with a ch.Modal, there's no way of catching the success event coming from tiny.ajax().
ch.Modal
success
tiny.ajax()
ch.Modal should expose a success variable in its settings hash.
settings
If you need to do an Ajax request with a
ch.Modal
, there's no way of catching thesuccess
event coming fromtiny.ajax()
.ch.Modal
should expose asuccess
variable in itssettings
hash.