PHP Classes

File: FrontEndScripts/typings/jquery.tag-editor.d.ts

Recommend this page to a friend!
  Classes of Aleksey Nemiro   PHP Small Server Administrator   FrontEndScripts/typings/jquery.tag-editor.d.ts   Download  
File: FrontEndScripts/typings/jquery.tag-editor.d.ts
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Small Server Administrator
Web panel for small Debian and Ubuntu servers
Author: By
Last change:
Date: 7 years ago
Size: 164 bytes
 

Contents

Class file image Download
?interface JQueryStatic { tagEditor(settings?: any); } interface JQuery { /** * Initializes tagEditor. */ tagEditor(settings?: any): JQuery; }