最近Androidとの抗争が激化しているago(@kyo_ago)です。 jQueryはCSSセレクタを多用する特徴がありますが、jQuery内では実行ブラウザやCSSセレクタの記述によって呼び出されるブラウザAPIが変わり、それによって実行速度にも影響が出ます。 この記事では「セ... 続きを読む
前回のエントリで取り上げたスクリプトをjQueryプラグイン化した。だけ。GitHubにリポジトリを作って公開しておいた。基本的にはこれでもう良いやとか思ってるんだけど、URLパターンはもうちょっと何とかならないかなとかは思ってる。あとマルチカラーなハイラ... 続きを読む
jQuery, CSS一ヶ月以上間のあいた久しぶりの更新ですが、今回もしつこく IE6 position:fixed ネタです。最近は html でリファレンスマニュアルなどを作ってる関係もあり、position:fixed で目次一覧を固定表示したいとか思うことがあります。そんな時、自作プラ... 続きを読む
jQuery Captify Plugin v1.0.0 Captify is a plugin for jQuery written by Brian Reavis to display simple, pretty image captions that appear on rollover. It has been tested on Firefox, Chrome, Safari, and the wretched Internet Explorer. Captify w... 続きを読む
jqueryJSONを取ってきて、そこからJavaScriptで動的にHTMLを組み立てていくような場合、 $('#content').html( $('').attr( { id: 'items' } ).html( $('').append( $('').html( 'Header' ) ).append( $('').html( 'Data' ) ) ) ); とか書くのが面倒だなーと思っ... 続きを読む
WYSIWYG jQuery Plugin Download jWYSIWYG v0.4 (73.8kb, Compressed) Requires jQuery 1.2.3+ Homepage Author Juan M Martínez, joksnet@gmail.com, Company Updated September 26, 2008 Sites @jQuery, @Google Code, Support Forum, Bug Tracker Descriptio... 続きを読む
jQueryではじめるAjax 第5回 jQuery UIによるユーザインターフェースの改良 2008年3月31日 池田正一 JavaScript, jQuery, Ajax 1 2 3 4 5 6 今回は,jQuery UIを使用してサンプルアプリケーションのユーザインターフェースを改良したいと思います。 jQuery UI... 続きを読む
Using ThemeRoller ThemeRoller allows you to design custom jQuery UI themes for tight integration in your projects. To create a custom theme, select the Roll your own tab and tweak the settings. As you work, the UI components below will update... 続きを読む
A wall of design ideas, web trends, and tutorials. Home About Archives Contact RSS Design Jobs on the Wall 15942 Subscribers Subscribe RSS! Contact This article contains 10 visual tutorials intended for web designers and newbies on how to app... 続きを読む
AutoHotKeyの設定ファイルが意味不明で困ってます。agoです。 このたび弊社ではにおい部 - においフェチに捧げるコミュニティとして、におい部をOPENしました。 今回はこのサイトで使用している、ファイル選択時の自動プレビューjavascriptをjQuery.autouploade... 続きを読む
Toggle Button = $('selector').addClass('highlight').animate({ marginLeft: 10}, 'fast'); Download This Lab This is a paragraph, which means it is wrapped in <p> and </p>. Those "p" tags in the previous sentence are formatted as <code>. This is... 続きを読む
ThickBox is a webpage UI dialog widget written in JavaScript on top of the jQuery library. Its function is to show a single image, multiple images, inline content, iframed content, or content served through AJAX in a hybrid modal. Features: T... 続きを読む
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... 続きを読む
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 ... 続きを読む
jQuery に関する日本語の情報がまだないので,自分用のメモを兼ねて作成しました. 間違い等見つけた方はブログのエントリまで連絡いただけるとうれしいです. 最終更新:2007/04/01 19:43 jQueryとは jQuery は様々な処理を短く簡単に書ける JavaScript ライブ... 続きを読む