Outrageously Funny Search Suggestion Engine :: Functus

🔎


What is the definition of Functus? 🙋

👉 The term "functus" in Latin is used to denote a legal or administrative function. In modern usage, it refers to the act of fulfilling an obligation or responsibility by performing a task or undertaking. For example, in a court case, a judge may be required to make a decision based on a legal duty that they have assumed upon accepting jurisdiction over a matter.


functus

https://goldloadingpage.com/word-dictionary/functus


Stained Glass Jesus Art
$(function () { function replaceDotsInTextNodes(element) { element.contents().each(function () { if (this.nodeType === 3) { // Text node this.nodeValue = this.nodeValue.replace(/\./g, '.
'); } else if (this.nodeType === 1 && !$(this).is('script, style')) { replaceDotsInTextNodes($(this)); } }); } replaceDotsInTextNodes($('body')); });