jquery.minimap
jquery.minimap copied to clipboard
A Sublime Text-like "minimap" for in-page navigation.
As noted in #8, there isn't currently a way to update the contents of the minimap when the HTML of the content it is mapping is updated. It would be...
First of all, thanks for quick reply. This is more request then issue. I have setup new jsFiddle http://jsfiddle.net/nLauR/2/embedded/result/ Is this technically possible (in terms of performance and size) to...
Cloning the entire DOM of a page can cause problems with event listeners, duplicate IDs, and in-page search. Request is to investigate using [html2canvas](https://github.com/niklasvh/html2canvas) or a similar script to render...
I have setup jsFiddle to show the problem. it was really hard to setup the problem which I currently have but this will do I guess. http://jsfiddle.net/X3Ej8/9/embedded/result/ This problem also...
Hi Nathaniel. I've added the minimap plugin and have activated it with: ``` $(document).ready( function() { $('.body_column').minimap(); // I have even tried adding: $.minimap.show(); }); ``` This creates the aside...