キーワード検索「min」

290

HTML5 Coding assessment test - jsdo.it - Share JavaScript, HTML5 and CSS

HTML5 Coding assessment test - jsdo.it - Share JavaScript, HTML5 and CSS The duration of the test is set to 15 min. The measuring starts as soon as you begin the test. ※There is no penalty for overtime. Login Now, log into jsdo.it and begin the test! login with Google logi...

jsdo.it
154

[JS]iOS向けのページ制作に役立つ便利機能がたくさん詰まったスクリプト -iOS.js | コリス

[JS]iOS向けのページ制作に役立つ便利機能がたくさん詰まったスクリプト -iOS.js | コリス iPhone, iPadなどのiOS向けのページを制作するのに役立つCSSやJavaScriptの便利機能をたくさん備えたスクリプトを紹介します。 iOS.jsの特徴 iOS.jsのデモ iOS.jsの特徴 iOS.jsではデスクトップのブラウザ向けページとは異なる点を中心に、より簡単に実装できるよう便利な機能がたくさん用意されています。 改善 min-height ページがスクリーンより小さい時...

coliss.com
59

バリエーションも豊富、アニメーションでくるくる回るローダーを簡単に作成できるオンラインサービス -CanvasLoader Creator | コリス

バリエーションも豊富、アニメーションでくるくる回るローダーを簡単に作成できるオンラインサービス -CanvasLoader Creator | コリス 形状:Rounded Rectangle、Scaling:True 生成したローダーは「Download」ボタンをクリックすると、HTMLファイルをダウンロードできます。 「形状:Circle、Scaling:True」のコードは下記のようになります。 HTML L.9の「heartcode-canvasloader-min.js」とL.26-34のスクリプトがローダーの箇所になります。 <!DO...

coliss.com
52

[JS]複数のパネルをアニメーションでスライド表示させるスクリプト -fixedTo | コリス

[JS]複数のパネルをアニメーションでスライド表示させるスクリプト -fixedTo | コリス デモでは、ブラウザ枠の左と下側から2枚のパネルがアニメーションでスライド表示され、表示位置はスクロールしてもブラウザの枠に対して固定位置に表示されます。JavaScript「jquery.js」と「jquery.fixedto.min.js」を外部ファイルとし、下記のスクリプトを記述します。$("elemento").fixedTo({"posicion":"left","ancho":360,"...

coliss.com
41

[JS]HTML5 Canvasを使って、画像にさまざまなエフェクトを与えるスクリプト -CamanJS | コリス

[JS]HTML5 Canvasを使って、画像にさまざまなエフェクトを与えるスクリプト -CamanJS | コリス CamanJSの実装「caman.full.min.js」を外部ファイルとして記述し、下記のようにスクリプトを記述します。<script type="text/javascript">Caman("images/example-image.jpg", "#example-canvas", function () {this.saturation(20).gamma(1.4).vintage().c...

coliss.com
33

[JS]表示サイズに合わせてレイアウトやフォントのサイズ・ポジションを変更するスクリプト -jFL | コリス

[JS]表示サイズに合わせてレイアウトやフォントのサイズ・ポジションを変更するスクリプト -jFL | コリス jFLの実装 現在、開発者バージョンが公開されており、それを参考に実装方法を紹介します。 外部ファイル 「jquery.js」と当スクリプトを外部ファイルとして指定します。 <script type="text/javascript" src="js/jquery.min.js"></script> <script type="text/javascript" src="js/jFL.min.js...

coliss.com
29

reduce関数は結構有用っていうお話 - あと味

reduce関数は結構有用っていうお話 - あと味 JavaScriptJavaScriptに限った話ではないのですが、reduce関数を持つプログラミング言語がいくつかあります。 JavaScriptに関しては、一応、ECMAScript5の仕様に登場するようで、将来的にはどのブラウザでも使えるようになりそうな気配はあります。Standard ECMA-262また、MDCではreduceのアルゴリズムが掲載されているので、これを利用すれば現時点で...

d.hatena.ne.jp
21

jQuery: » jQuery 1.6.2 Released

jQuery: » jQuery 1.6.2 Released jQuery 1.6.2 Released jQuery 1.6.2 is now out! This is the second minor release on top of jQuery 1.6 and lands a number of fixes for bugs. As usual, we provide two copies of jQuery, one minified and o...

blog.jquery.com
156

stream.js — streams in javascript

stream.js — streams in javascript stream.js is a tiny stand-alone Javascript library that unlocks a new data structure for you: streams. <script src='stream-min.js'></script> Download stream.js v1.0, 2Kb minified What are streams? Str...

streamjs.org
15

PCはもちろん、iPhone、Androidにも対応しているスライドショーのライブラリ「PhotoSwipe」 - 強火で進め

PCはもちろん、iPhone、Androidにも対応しているスライドショーのライブラリ「PhotoSwipe」 - 強火で進め 1つのHTMLでPC、iPhone、Android、BlackBerryに対応するスライドショーを作成出来るライブラリ。PhotoSwipe from Computerlovers on Vimeo.PhotoSwipehttp://www.photoswipe.com/読み込むファイルは以下の3つ。 script type="text/javascript" src="simple-inheri...

d.hatena.ne.jp
22

jQuery Mega Drop Down Menu Plugin – Downloads « Design Chemical Lab

jQuery Mega Drop Down Menu Plugin – Downloads « Design Chemical Lab Download a zip file containing the latest version 1.3.3 plus the sample code and skins used in the examples: jquery-mega-drop-down-menu.1.3.3 The zip file contains the following: index.html jquery.dcm...

www.designchemical.com
14

<meter> polyfill (jQuery プラグイン) - JavaScript ライブラリー - HTML5.JP

<meter> polyfill (jQuery プラグイン) - JavaScript ライブラリー - HTML5.JP 使い方 JavaScript/CSS <script src="jquery.min.js"></script> <script src="jquery.html5jpMeterPolyfill.js"></script> <script> $(document).ready(function() { $('meter').html5jpMeterPolyfill(); }); </script>...

www.html5.jp
10

jQuery UI Tabsを使ってタブを実装する: 小粋空間

jQuery UI Tabsを使ってタブを実装する: 小粋空間 jQuery UI Tabsを使ってタブを実装する方法を紹介します。本当は4月1日は毎年エイプリルフールネタをエントリーしているのですが、今年は自粛します。1.サンプル以下に簡単なサンプルを用意しましたのでご覧ください。サンプル 2.jQuery UI TabsのダウンロードjQuery UIのページの「Download」をクリック。「Deselect all components」をクリックして...

www.koikikukan.com
15

JavaScriptでdiv要素をさくっとスライド!「jQuery Slider2」|skuare.net

JavaScriptでdiv要素をさくっとスライド!「jQuery Slider2」|skuare.net JavaScriptでdiv要素をさくっとスライド!「jQuery Slider2」 Tweet  画像をスライドさせるものは多くありますが、画像だけじゃなくテキストやリンクもまとめて何枚かのスライドにしたい。 jQuery Slider2を利用するとこれを軽量のJavaScriptで実現してくれます。 使用方法 jQuery Slider2からjquery.slider.min.jsをjQuer...

www.skuare.net
77

leanModal - a JQuery modal plugin that works with your CSS

leanModal - a JQuery modal plugin that works with your CSS leanModal - a JQuery modal plugin that works with your CSSStrengths perfect for hidden page content uber light at just 780 bytes (minified) flexible width & height image free multiple instances on one...

leanmodal.finelysliced.com.au
339

Hoverizr - A responsive jQuery Image manipulation and overlay plugin | Grayscale, Blur, Color Inversion

Hoverizr - A responsive jQuery Image manipulation and overlay plugin | Grayscale, Blur, Color Inversion Hoverizr | A responsive image manipilation and overlay jQuery plugin - Grayscale, Blur, Color inversion effects with javascript, jquery and canvasHome Hoverizr is a really small (2.5KB minified) respo...

www.iliasiovis.com
91

cryptico.js - An easy-to-use strong encryption system utilizing RSA and AES for javascript.

cryptico.js - An easy-to-use strong encryption system utilizing RSA and AES for javascript. cryptico.js cryptico-min.js documentation Generating an RSA key pair & public key string Sam wants to send Matt an encrypted message. In order to do this, he first needs Matt's public key string. A pu...

cryptico.wwwtyro.net
7

Auto-growing and re-sizable textarea – Jquery Plugin - Hycus

Auto-growing and re-sizable textarea – Jquery Plugin - Hycus Hello Viewers, sorry for not blogging for nearly a month. Got a new job and takes some time to settle in this new place. Ok coming to the point, in this tutorial I am gonna give you a jquery plugin wh...

hycus.com
5

HTML5 Coding assessment test - jsdo.it - Share JavaScript, HTML5 and CSS

HTML5 Coding assessment test - jsdo.it - Share JavaScript, HTML5 and CSS The duration of the test is set to 15 min. The measuring starts as soon as you begin the test. ※There is no penalty for overtime. Login Now, log into jsdo.it and begin the test! login with Google logi...

jsdo.it
8

Numeric Javascript

Numeric Javascript Numeric Javascript HOME WORKSHOP BENCHMARKS DOCUMENTATION DOWNLOADS: numeric-1.0.0.js numeric-1.0.0.min.js Numeric Javascript is a library for numerical computations in Javascript. You can write Javas...

numericjs.com
0.2173