最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

"Sublime Text 2" like scrolling with javascriptjQuery - Stack Overflow

programmeradmin4浏览0评论

i'm trying to implement a Sublime 2 like scrolling bar with code preview in javascript / jquery.

Are there any plugins or code snippets out there which are trying to achieve the same?

i'm trying to implement a Sublime 2 like scrolling bar with code preview in javascript / jquery.

Are there any plugins or code snippets out there which are trying to achieve the same?

Share Improve this question edited Oct 29, 2014 at 10:56 Noelkd 7,9062 gold badges34 silver badges45 bronze badges asked Nov 7, 2011 at 10:52 Julian HollmannJulian Hollmann 2,9122 gold badges27 silver badges44 bronze badges
Add a ment  | 

2 Answers 2

Reset to default 12

You can use this jQuery plugin: http://larsjung.de/fracs/ and there is also a demo (exactly what you are looking for: http://larsjung.de/fracs/demo).

I created a new project to do exactly this. It copies the content into an iframe and scales it down using css. So no canvas, no CORS issues and dimensions are correct.
https://github./demux/sublime-scroll/

发布评论

评论列表(0)

  1. 暂无评论