We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f695a01 commit 16ccfcdCopy full SHA for 16ccfcd
web_src/js/utils/dom.js
@@ -229,7 +229,7 @@ export function initSubmitEventPolyfill() {
229
}
230
231
/**
232
- * Check if an element is visible.
+ * Check if an element is visible, equivalent to jQuery's `:visible` pseudo.
233
* Note: This function doesn't account for all possible visibility scenarios.
234
* @param {HTMLElement} element The element to check.
235
* @returns {boolean} True if the element is visible.
0 commit comments