setTimeout on a jQuery nested (?) function
I'm not sure, if I'm using the correct term, but I want to achieve a delay on the "mouseleave". The code looks like this: jQuery( function() { var targets = jQuery( '[rel~=cmlist_tooltip]' ), target = false, tooltip = false, title…