README.md Require-is A conditional loading plugin for Require-JS that works with optimizer builds and build layers. Very similar to the has module in Dojo, except fully compatible with the Require-JS optimizer. In this way, conditional code b... 続きを読む
白石 俊平 ニュース jquery 0 Comment 2013年1月17日、jQuery「公式」のプラグイン・レジストリ(プラグインの集積場)が公開されました! URLはこちらになります。 http://plugins.jquery.com/ このプラグイン・レジストリの目的は、従来のプラグインサイトで... 続きを読む
Hi, I’m jQuery++. I am collection of extremely useful DOM helpers and special events for jQuery 1.7 and later. I’m not a UI project like jQueryUI or jQueryTools. Instead, I’m all about providing low-level utilities for things that jQuery d... 続きを読む
How does it work? Like this: <script src="jquery.js"></script> <script src="lake.js"></script> <script> $(function() { $('#lake-img').lake({ 'speed': 1, 'scale': 0.5, 'waves': 10 }); }); </script> ... <img id="lake-img" src="lake.png" style="... 続きを読む
HTML5 と Blueimp jQuery―ファイル アップロード用プラグインのイベント ハンドリング 記事「Using HTML5 and the Blueimp jQuery-File-Upload Plugin To Upload Large Files(HTML5とBlueimp jQuery-File-Uploadプラグインを使った大容量ファイルのアップロー... 続きを読む
README.mdwrap.js version 0.2.1 A RequireJS plugin for wrapping regular scripts as AMD modules. This is useful for cases where regular scripts have dependencies, like jQuery plugins and Backbone. Inpired by Tim Branyen's use.js plugin. Depends... 続きを読む
シンプルで使いやすいEdit in placeエディタを。 EIPは指定の要素にEdit in placeエディタ機能を付加します。データの保持はカスタムデータ属性で行い、コールバック関数を呼べるためある程度自由にデータのやりとりができます。 EIPのサンプル ダウンロード Gi... 続きを読む
超定番のjQueryのプラグインを厳選して集めました。 商用利用が可能なものを優先的にピックアップしています。 (利用する際はそれぞれライセンスをご確認くださいね) 超定番プラグイン アニメーションのイージングを簡単に扱えるプラグイン jQuery.easing jQu... 続きを読む
A jQuery plugin that shows hidden content on top of an element when the mouse hovers over it. Download Download source (6KB) or the minified version (3KB) Documentation A complete options reference is available on the blog post, along with co... 続きを読む
Dismiss Octotip: You've activated the file finder by pressing t Start typing to filter the file list. Use ↑ and ↓ to navigate, enter to view files. 続きを読む
I occasionally write about implementing design patterns in JavaScript. They’re an excellent way of building upon proven approaches to solving common development problems, and I think there’s a lot of benefit to using them. But while well-kn... 続きを読む
programming notes. mainly about JavaScript / jQuery. [@Takazudo] [takazudo@gmail.com] Hint: alt + / added jQuery.calcNaturalWH / jQuery.fn.calcNaturalWH() to jQuery.loadImg. This utilily function waits img loading and returns naturalWidth, na... 続きを読む
how to use. <ul id='list'> <li>1</li> <li>2</li> <li>3</li> <li>4</li> <li>4</li> </ul> <script> $('#list').circlelist(); </script> for advanced use. This plugin is not only for HTML list. You can pass string data(for example user id) and tra... 続きを読む
jquery.qrcode.jsjquery.qrcode.js is jquery plugin for a pure browser qrcode generation. It allow you to easily add qrcode to your webpages. It is standalone, less than 4k after minify+gzip, no image download. It doesnt rely on external servic... 続きを読む
Where is the preview tab? Can you provide a screenshot and circle it? I do see that the editor does markdown syntax highlighting correctly, but for the life of it I can't find the Previous button or menu option anywhere. I looked in the File,... 続きを読む
It depends on jQuery 1.4.2. and jQuery.ui 1.8 The Jquery Tagit Plugin transforms an html unordered list into a unique tagging plugin. Why unique? Because jQuery Tagit uses jQuery UI’s auto-complete plugin to supply suggestions to users as th... 続きを読む
透過PNGの処理が下手くそなのは、IE6だけではなく、IE7/8も同様です。 IEで透過PNGをあてた要素のopacityを弄ると、周りがグレーがかって汚くなります。 この現象はよく知られていると思いますが、今日はこの不具合の治し方のメモを記しておきます。 サンプルコ... 続きを読む
This page serves to catalog shared underscore mixins, here and elsewhere. Background: Mixin Syntax _.mixin(object) Allows you to extend Underscore with your own utility functions. Pass a hash of {name: function} definitions to have your funct... 続きを読む
I thought this would be a handy snippet for anyone who wants to enable event handling on any arbitrary object. I decided to augment Underscore.js because these methods should to be on every Javascripter’s “Utility Belt”. I decided to use N... 続きを読む
Dismiss Octotip: You've activated the file finder by pressing t Start typing to filter the file list. Use ↑ and ↓ to navigate, enter to view files. 続きを読む