HEX
Server: Apache
System: Linux webd003.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: slyfwmm (169339)
PHP: 8.1.34
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/slyfwmm/foar/wp-content/plugins/admin-menu-editor/js/jquery.form.d.ts
/// <reference path="jquery.d.ts" />

interface AjaxFormOptions {
	url?: string;
	type?: string;
	dataType?: string;
	beforeSerialize?: (jqForm: JQuery, options: AjaxFormOptions) => boolean;
	beforeSubmit?: (formData: any[], jqForm: JQuery, options: AjaxFormOptions) => boolean;
	clearForm?: boolean;
	forceSync?: boolean;
	iframe?: boolean;
	resetForm?: boolean;
	semantic?: boolean;
	target?: string | JQuery;
	timeout?: number;
	success?: (response: any, statusText: string, xhr: JQueryXHR, jqForm: JQuery) => void;
	error?: (xhr: JQueryXHR, statusText: string, errorThrown: string) => void;
	complete?: (xhr: JQueryXHR, statusText: string) => void;
}

interface JQuery {
	//These method are added by the jquery-form plugin.
	ajaxForm: (options: AjaxFormOptions) => JQuery;
	resetForm: () => JQuery;
}