Существует опция ajax
, которую вы можете использовать для настройки ваших ajax запросов, это значение по умолчанию:
ajax: {
// Object containing settings for ajax request
settings: {
// This helps to indicate that request comes from the modal
// Feel free to change naming
data: {
fancybox: true
}
}
}