DOM Monster is a bookmarklet, created by Thomas Fuchs of script.aculo.us, for analyzing the DOM and several other features of a page. It works cross-platform/browser, checks the HTML + JavaScript codes and can come with warnings/suggestions like: Reduce the number of tags that use the style attribute (85 elements) Found 16 JavaScript globals. Reducing them [...]
Archive for the ‘DOM’ Category
DomSearch.JS is a jQuery plugin that simplifies searching the DOM and filtering results. Using the plugin, we can target an element (like a list or a table) and search values inside it. Once found, the irrelevant results will be hidden automatically leaving the results visible. It makes use of LiquidMetal (a scoring algorithm) for a [...]

