captionate
captionate copied to clipboard
check if already wrapped
Great script!
I use it to captionate ALL images on a wiki-like site. This caused double-wrapping for img's already in figure tags. So I added;
if ($parentAnchorLink.is('figure')) { return; }