Home›Type Posts
-
Ajax is a fundamental method for asynchronous data retrieval in frontend development. While similar to jQuery's $.ajax in usage, OrcaUI's implementation has unique characteristics: supports automatic data type detection (no dataType parameter require...
-
The notice utility function is implemented by the Dialog library, which can quickly open a text notification and customize the opening position.
-
The alert utility function can quickly open a warning dialog that requires clicking 'confirm' to close, serving as a replacement for the native alert method.
-
The confirm utility function simulates the native confirm method, allowing quick opening of a dialog box with confirm and cancel options.