JavaScript, CSSuuCSSBoost.js は uuAltCSS.js に名前が変更になりましたが、一部の説明が記事を書いた当時の古い名前のままになっています。最新版では、uuCSSBoost.revalidate() は廃止され uuAltCSS() を呼び出すように変更になっています。コードの解説を追... 続きを読む
jsPDF generates PDF documents using nothing but Javascript. You can use it in a Firefox extension, in Server Side Javascript and with Data URIs in some browsers. More examples and features to come. Get in touch if you'd like to help out! :) C... 続きを読む
js本気でやるならonclick属性は避けてライブラリを活用すべき - id:HolyGrailとid:HoryGrailの区別がつかない日記 を読んで,思うところあって書いてみました(決してカウンターアーティクルではない)。 むかしむかし JavaScript を触っていた むかしむかしに... 続きを読む
javascript[Think IT] 第1回:そろそろ本気で学びませんか? (1/3)これ、今この記事書いてる時点で650以上ものブクマがされているんだけれども、あまり内容がよろしくない。というのも、解説はとても丁寧ですごくよい内容なのだけど、サンプルコードの書き方が... 続きを読む
WebOS Goodies へようこそ! WebOS はインターネットの未来形。あらゆる Web サイトが繋がり、共有し、協力して創り上げる、ひとつの巨大な情報システムです。そこでは、あらゆる情報がネットワーク上に蓄積され、我々はいつでも、どこからでも、多彩なデバイス... 続きを読む
This script requires jQuery 1.2.2. Type below and the textarea will shrink/grow just as it does on Facebook. View Source to acquire the appropriate CSS styles. Download jquery.autogrow-1.2.2.zip min-height of 84px No min-height, max-height of... 続きを読む
javascript, xpathJavaScript-XPath とはJavaScript-XPath は、 DOM 3 XPath を実装していないブラウザに対して、実用的な速度で動作する DOM 3 XPath のエンジンを追加します。一言で乱暴に言ってしまえば、どのブラウザでも document.evaluate って関数で XPa... 続きを読む
こんにちは、(主に)LDサービスのインターフェース部分に携わらせてもらっている油井です。 現在ホットな JavaScript-library の一つとして「jQuery」の名をあげることができますが、このライブラリのプラグインとして動作するjTemplatesというHTMLテンプレート... 続きを読む
cssQuery() version 2.0.2 getElementsByTagName? Pah! Introduction cssQuery() is a powerful cross-browser JavaScript function that enables querying of a DOM document using CSS selectors. All CSS1 and CSS2 selectors are allowed plus quite a few ... 続きを読む
$$(cssRule...) -> [HTMLElement...] Takes an arbitrary number of CSS selectors (strings) and returns a document-order array of extended DOM elements that match any of them. Sometimes the usual tools from your DOM arsenal -- document.getElement... 続きを読む
Examples and tutorials to help you learn JQueryWhat is jQuery? I consider it the Swiss Army knife of javascript - it's small, versatile, and has almost zero learning curve. Why should I care? If your project calls for AJAX or DOM scripting an... 続きを読む
This function accepts a string containing a CSS or basic XPath selector which is then used to match a set of elements. The core functionality of jQuery centers around this function. Everything in jQuery is based upon this, or uses this in som... 続きを読む
Hi Snook, Definitely an interesting perspective you share here. I would however tend to think that this is easier to do with libraries that are more functional than object oriented. As soon as you start relying on methods of an extended proto... 続きを読む
This tutorial describes a way to avoid a flash of unstyled content that sometimes occurs when applying styles with JavaScript on page load. The problem is most evident when there is some content that needs to be hidden initially and when the ... 続きを読む
Website Options とは? JavaScript で作られている、ページの使いやすさの向上を 目的とした機能を持つスクリプトです。 あらゆるページに適用できるように設計しており、HTML/4.01 (text/html) では勿論の事、XHTML/1.1 (application/xhtml+xml) でも動作しま... 続きを読む
jQuery に関する日本語の情報がまだないので,自分用のメモを兼ねて作成しました. 間違い等見つけた方はブログのエントリまで連絡いただけるとうれしいです. 最終更新:2007/04/01 19:43 jQueryとは jQuery は様々な処理を短く簡単に書ける JavaScript ライブ... 続きを読む
FrogJS is a simple, unobtrusive javascript gallery. It’s not a replacement for other thumbnail galleries like Lightbox JS, but a different way of showcasing galleries. This type of gallery is best used when a page-by-page gallery is needed, ... 続きを読む
Row Locking with CSS and JavaScript I was recently asked about the effect used to highlight a table row with a mouse click. This is different than highlights while hovering, as the clicked row should stay highlighted until clicked again. To d... 続きを読む
■ フォームの入力エラーを吹き出しで教えてくれる JavaScript フォームの validation 関連のライブラリはいくつかありますが、私は以下に紹介するやつをずっと使ってまして、これがかなり気に入ってます。ただ、オレナイズされたコードが随所に含まれていたか... 続きを読む
IE5+: IE 5 and above FF1+: Firefox 1.0+. NS6+ and FF beta are assumed as well. Opr7+: Opera 7 and above. Note: July 7th, 2008- Fixed enlarged image not showing in IE sometimes (.js file updated). Description: Image Thumbnail Viewer is a compa... 続きを読む