...what does it mean? I have almost no experience with jQuery, and need to work with some existing code.
All the tutorials talk about is using $() with pseudo-CSS selectors, but what would be the meaning of something like this:
$(function makeFooWriteTooltip() {
if($("div[name='txttooltip']").length>0){
$("div[name='txttooltip']").each(
function(){