Is there any way to detect what jQuery-UI plugins are available in a website? In particular, I am curious as to whether there is an easy console.log() or console echo command (like $.ui.version) that would list available plugins.
Part 2 of the question would be how to add plugins to an existing jUI setup without overwriting the entire library, but we'll save that one for later :)