- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for firstElementChild (0.11 seconds)
-
src/main/webapp/css/admin/respond.min.js
* Licensed under https://github.com/scottjehl/Respond/blob/master/LICENSE-MIT * */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Oct 08 12:14:13 GMT 2015 - 4.3K bytes - Click Count (0) -
docs/en/docs/js/termynal.js
return lineData.map(line => { let div = document.createElement('div'); div.innerHTML = `<span ${this._attributes(line)}>${line.value || ''}</span>`; return div.firstElementChild; }); } /** * Helper function for generating attributes string. * * @param {Object} line - Line data object. * @returns {string} - String of attributes.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Aug 31 10:32:57 GMT 2025 - 9.3K bytes - Click Count (0)