- Posted by
- The script code to renumber the DIV identifiers: if (UltraEdit.document.length > 0) // Is any file opened? { // Define environment for this script. UltraEdit.insertMode(); if (typeof(UltraEdit.columnModeOff) == "function") UltraEdit.columnModeOff(); else if (typeof(UltraEdit.activeDocument....Posted in Scripts
-   Topics
-   Views
- Mofi
Feb 04, 2021
- The HTML file must be modified already by using a script. So why are the DIV elements not reordered with the script which would make it unnecessary to assign a decrementing number as identifier to each DIV element and let the browser reorder them on display? Do you know that an id name must begin wi...Posted in Scripts
-   Topics
-   Views
- Mofi
Feb 04, 2021