8 个最新的JavaScript开发包

jopen 12年前
   <h2>1. Enquire.js : Handle CSS Media Queries With JS</h2>    <p><a href="https://simg.open-open.com/show/e71510ec0a4235158a5df8aa4df7d108.jpg"><img class="aligncenter size-full wp-image-12116" title="enquire_js" alt="8 个最新的JavaScript开发包" src="https://simg.open-open.com/show/e71510ec0a4235158a5df8aa4df7d108.jpg" width="530" height="158" /></a><br /> Enquire.js is a standalone JavaScript library for programmatically responding to CSS media queries.The library allows us to define any number of media queries and fire events when they are matched (or not matched). It is lightweight less than 1kb in size when minified + gzipped and makes any type of “if screen size is bigger/smaller than this, do that with JavaScript” possible.<br />  <br /> <a class="buttons btn_dark right" href="/misc/goto?guid=4958523702497166778" target="_blank"><span class="left">Source </span></a><br />  </p>    <h2>2. jsDraw2DX : SVG Graphics Library for JavaScript</h2>    <p><a href="https://simg.open-open.com/show/80f95dc7ff06704ae70f7386e31a82ef.jpg"><img class="aligncenter size-full wp-image-12117" title="jsdraw2dx" alt="8 个最新的JavaScript开发包" src="https://simg.open-open.com/show/80f95dc7ff06704ae70f7386e31a82ef.jpg" width="530" height="284" /></a><br /> jsDraw2DX is a standalone JavaScript library for creating any type of interactive graphics with SVG (and VML for old IE browsers).Besides the ability to generate all basic shapes like line, rectangle, polygon, circle, ellipse, arc, etc., the library can draw curves, beziers (any degree), function plots, images and decorated text. The library is object-oriented and its coordinate system + scaling can all be configured.<br />  <br /> <a class="buttons btn_dark right" href="/misc/goto?guid=4958523702607323685" target="_blank"><span class="left">Source </span></a><br />  </p>    <h2>3. OriDOmi : Fold Up HTML Elements Like Paper</h2>    <p><a href="https://simg.open-open.com/show/520b1ab64a0f0097959ecc5cfae8f762.jpg"><img class="aligncenter size-full wp-image-12118" title="oridomi" alt="8 个最新的JavaScript开发包" src="https://simg.open-open.com/show/520b1ab64a0f0097959ecc5cfae8f762.jpg" width="530" height="168" /></a><br /> oriDomi is a JavaScript library for beautifully folding up any HTML element just like a paper. The library doesn’t depend on any JavaScript frameworks (but has optional support for jQuery) and uses CSS 3D transitions for creating the effect. Folding is performed as an animated event where the number of vertical/horizontal slices, speed and shading can all be set. There are multiple effects and events provided: accordion, reveal, curl, collapse, ramp, foldUp, unfold and reset.<br />  <br /> <a class="buttons btn_dark right" href="/misc/goto?guid=4958523323903268777" target="_blank"><span class="left">Source </span></a><br />  </p>    <h2>4. Gauge.js : Animated Gauges with HTML5 Canvas</h2>    <p><a href="https://simg.open-open.com/show/9cd7c7789bc65e15520fe3c6db2cf31c.jpg"><img class="aligncenter size-full wp-image-12119" title="gauge_js" alt="8 个最新的JavaScript开发包" src="https://simg.open-open.com/show/9cd7c7789bc65e15520fe3c6db2cf31c.jpg" width="530" height="227" /></a><br /> Gauge.js is a slick script for creating animated gauges with JavaScript(Coffeescript) in HTML5 canvas. The script is standalone (jQuery is supported but not required) and doesn’t use any images or CSS. It has 2 built-in interfaces (both looks very nice) and responds very well to value changes by animating the gauge. There are options to set the animation speed, default/min/max values, colors and more.<br />  <br /> <a class="buttons btn_dark right" href="/misc/goto?guid=4958521907584434277" target="_blank"><span class="left">Source </span></a><br />  </p>    <h2>5. Big Screen</h2>    <p><a href="https://simg.open-open.com/show/7c089757b7b9b0afd7a8356ad1846b8a.jpg"><img class="aligncenter size-full wp-image-12120" title="big-screen" alt="8 个最新的JavaScript开发包" src="https://simg.open-open.com/show/7c089757b7b9b0afd7a8356ad1846b8a.jpg" width="530" height="296" /></a><br /> BigScreen is a simple library for using the JavaScript Full Screen API. BigScreen makes it easy to use full screen on your site or in your app. It smoothes out browser inconsistencies and bugs, especially if the element you’re working with is inside of an <br />  <br /> <a class="buttons btn_dark right" href="/misc/goto?guid=4958523702790390522" target="_blank"><span class="left">Source </span></a><br />  </p>    <h2>6. Underscore.String : Useful String Manipulation Extension</h2>    <p><a href="https://simg.open-open.com/show/0b7baae8aff901099c308268d1355f21.jpg"><img class="aligncenter size-full wp-image-12121" title="underscore-string" alt="8 个最新的JavaScript开发包" src="https://simg.open-open.com/show/0b7baae8aff901099c308268d1355f21.jpg" width="530" height="351" /></a><br /> Underscore.string is JavaScript library for comfortable manipulation with strings, extension for Underscore.js inspired by Prototype.js, Right.js, Underscore and beautiful Ruby language.<br /> Underscore.string provides you several useful functions: capitalize, clean, includes, count, escapeHTML, unescapeHTML, insert, splice, startsWith, endsWith, titleize, trim, truncate and so on. It is released under MIT License.<br />  <br /> <a class="buttons btn_dark right" href="/misc/goto?guid=4958344739917439943" target="_blank"><span class="left">Source </span></a><br />  </p>    <h2>7. Resuamble.js</h2>    <p><a href="https://simg.open-open.com/show/57dee13c3100bdc314e8173c0b301cb0.jpg"><img class="aligncenter size-full wp-image-12122" title="resume-upload" alt="8 个最新的JavaScript开发包" src="https://simg.open-open.com/show/57dee13c3100bdc314e8173c0b301cb0.jpg" width="530" height="221" /></a><br /> Resumable.js is a JavaScript library providing multiple simultaneous, stable and resumable uploads via the HTML5 File API. The library is designed to introduce fault-tolerance into the upload of large files through HTTP. This is done by splitting each files into small chunks; whenever the upload of a chunk fails, uploading is retried until the procedure completes.<br /> Resumable.js allows uploads to automatically resume uploading after a network connection is lost either locally or to the server. Additionally, it allows for users to pause and resume uploads without losing state. Currently, it is limited to Firefox 4+ and Chrome 11+.<br />  <br /> <a class="buttons btn_dark right" href="/misc/goto?guid=4958523702932041406" target="_blank"><span class="left">Source </span></a><br />  </p>    <h2>8. Tangle : Create Reactive Documents</h2>    <a href="https://simg.open-open.com/show/a48d16588881770717d8e1a5b81df523.jpg"><img class="aligncenter size-full wp-image-12123" title="tangle" alt="8 个最新的JavaScript开发包" src="https://simg.open-open.com/show/a48d16588881770717d8e1a5b81df523.jpg" width="530" height="285" /></a>    <br /> Tangle is a JavaScript library for creating reactive documents. Your readers can interactively explore possibilities, play with parameters, and see the document update immediately. It is a lightweight library that provides a simple API for tangling up the values in your document. Tangle.js has no dependencies, and works with any JavaScript framework, or none at all.    <br /> TangleKit is an optional collection of UI components that let your readers adjust values and visualize the results. You can grab whichever components you want, use them, extend them, modify them, or just learn from them and make your own. TangleKit also includes (and depends on) a few helpful libraries, such as MooTools, sprintf, and BVTouchable.    <br />      <br />    <a class="buttons btn_dark right" href="/misc/goto?guid=4958198631794438647" target="_blank"><span class="left">Source </span></a>