MochaUIはMootoolsを使ったWebアプリケーション向けUIキットライブラリ。 MochaUIはMootools/JavaScript製のオープンソース・ソフトウェア。これまでのローカルアプリケーションをWebベースに置き換えてしまうWebアプリケーションが続々と登場している。サーバのリソースをうまく使えばスペックの低いPCでも高度な操作ができるようになる。 ウィンドウ 今後どのようなソフトウェアがWebアプリケーション化するだろうか。もし自分の使っているソフトウェアをWeb化したいと思うならば、UIキットにMochaUIを採用してみてはいかがだろう。 MochaUIはMootoolsを使ったUIキットだ。Webブラウザ上ながら高度なUIを実現できる。階層に対応したメニュー、ツリー表示、カレンダー、グリッド、タブ、並び替えに対応したパネル、ウィンドウ単位のタスクバーなどまるでロー
ドロップダウンメニューにテーブルやフォーム等何でも埋め込んでしまえるjQueryプラグイン「MegaMenu」 2010年05月19日- Plugins | jQuery Plugins ドロップダウンメニューにテーブルやフォーム等何でも埋め込んでしまえるjQueryプラグイン「MegaMenu」。 ドロップダウンメニューといえば、複数のアイテムが表示され、クリックするとページ移動するというのが普通の動きですが、ドロップダウンメニュー内に好きなコンテンツを入れこんでしまうことが出来るのがMegaMenu。 一見何の変哲もないナビゲーション マウスオーバーすると、テーブルコンテンツがアニメーションしながら表示されます。 フォームだって埋め込んでしまえます。ログインフォームなんかを置くといいのかも リストも次のように綺麗に表示されます。リンクを貼って普通にメニューのように使うことも出来ますね。
もう2年ほど前に話題になったアレなんですけど、今更ながらあるサービスでこの仕組みの導入を検討しています。 onsubmit で submit ボタンを disable にしてユーザビリティを良くする - naoyaのはてなダイアリー submit ボタン disable 技の罠 - naoyaのはてなダイアリー onsubmit で submit ボタンを < disable にしてユーザビリティを悪くするのはやめてください - のヮの うんこ♥ onsubmit で disable にするやつ - 鷹の島 onsubmit の disable 化ですが既に議論が終わっているように、onsubmit disable の実装方法として、 onsubmit イベント発生時に submit 要素を disable にして値をサーバへ渡すための hidden 要素を生成する方法 setTimeou
Google I/Oで大きく取り上げられ、一躍注目の技術に躍り出たHTML5。Google Developer Day 2009でも、「HTML5により拓かれる次世代Web」という田村健人氏によるセッションは大盛況で、椅子が足りずに床に座り込んで聴講する人がかなりの数に上った。 筆者も同セッションに参加し、HTML5の新機能に関する簡潔でまとまった知識を得ることができた。本稿では田村氏のセッション内容を元に、HTML5の全体像をコンパクトにお伝えしよう。HTML5とは?グーグル ソフトウェアエンジニアの田村健人氏HTML5は、言うまでもなくHTMLの最新バージョンである。現行のバージョンであるHTML4も、決して小さな仕様ではなかったにもかかわらず、そこにWebアプリケーション向けの機能が大幅に強化された。 あまりに仕様が巨大すぎるため、現在の規格は以下の4つに分けられている。 H
ThisJavaScript code can be used to convert tables in ordinaryHTML into scrollable ones. No additional coding isnecessary. All you need to do is put header rows (if you need them) in THEAD section, table body ThisJavaScript code can be used to convert tables in ordinaryHTML into scrollable ones. No additional coding isnecessary. All you need to do is put header rows (if you need them) in THEA
ExamplesUsage Options Download Examples Afghanistan Albania Algeria American Samoa Andorra Angola Anguilla Antarctica Antigua and Barbuda Argentina Armenia Aruba Australia Austria Azerbaijan Example uses following code: $('ul#list_example li').quicksearch({ position: 'before', attached: 'ul#list_example', loaderImg: 'loader.gif', focusOnLoad: true }) Option
05/22/2008 - Tero Piirainen, download version 0.11 Features I want to take abunch ofHTML nodes and do following things with them make thoseitems scrollable horizotally or vertically decide how manyitems are visible at once scroll elements with mouse, arrow keys and mousewheel (requires mousewheel.js) make navigational buttons withoutprogramming have programmatic actions: next, prev, nextPag
BOB-博鱼体育 首冲送彩金 最高送9888 新用户找客服申请即可得 活动内容 巅峰欧洲,BOB-博鱼体育伴您左右!劲爆活动,期待您的参加! 首存专属优惠: 1.首存 100 送 38 2.首存 200 送 68 3.首存 500 送 188 4.首存 1000 送 208 ...... &.更多优惠活动请咨询客服 免费注册账号 关闭
corner.js 2.1 allows you to add corners (and also shading and shadow) to images on your webpages (alternatively: glossy.js).It uses unobtrusivejavascript to keep your code clean.It works in all the major browsers - Mozilla Firefox 1.5+, Opera 9+, Safari and IE6+. On older browsers,it'll degrade and your visitors won't notice a thing. CVI-lab: Get a fast impression of the effects and their illu
W3Schools offers a wide range of services and products for beginners and professionals, helping millions of people everyday to learn and master new skills. Free Tutorials Enjoy our free tutorials like millions of other internet users since 1999
* form の内容がデフォルト値から変わったら色を変えるJavaScript コード [mform] 103 users これが便利だといえる状況はだいぶ限られてはいるのだけど.文字を入力したり,チェックボックスを押したりしてデフォルトの状態から変化すると,そこの色を変えるようなJavaScript のコードを書いてみた. といってもわかりにくいと思うのでまずデモ: http://www.kagami.org/mform/mform_demo.html 適用したいページで,こんなJavaScript コードをロードします. (function(){ var color_modified = '#ffff88'; var reset_when_reloaded = 1; init(); function init() { var fs = document.forms; for (v
IntroductionIn my previous feature onCSS layouts, I talked a bit about the differentCSS layout approaches available to a designer whenbuilding a web site. In this feature, I’d like to focus on a dynamic resolution dependent layout implementation that I think provides a strong alternative for those trying to find a balance between fluid and fixed layouts. With dynamic layouts, the possibilities
Thisdomain may be for sale!
Download files You can download the entires script from thisZip file. Configuration This script is easy to configure. All you have to do is to define how the active input should be highlighted. This is done byCSS. Then you have to call a function at the bottom of your page to initialize the script. DefineCSS Here's an example how I havecreated theCSS in this demo .textInput,textarea{ /* Gene
CSSとJavaScriptでブロック要素の角を自在に操るライブラリ『Transcorners』 2006年10月01日- Transcorners ? Cornerus Pride is there *scared* Well, Niftytechnogy is used. There are smallstripes appending inside of an element whichcreate an illusion of transcorn.CSSとJavaScriptでブロック要素の角を自在に操るライブラリ『Transcorners』。 mootoolsをフレームワークとして使用しています。 次のように、左下の大きな角丸や、右上の一部切り取ったような角も簡単に実現できます。 大きな角丸を作るには、radiusというプロパティを大きく指定することで実現できます。 この
YUI Library Controls/Widgets: AutoComplete Button Calendar Charts [experimental] Color Picker Container (including Module, Overlay, Panel, Tooltip, Dialog,SimpleDialog) DataTable ImageCropper Layout Manager Menu RichText Editor Slider TabView TreeView Uploader [experimental] YUI LibraryCSS Tools:CSS Reset (neutralizes browserCSS styles)CSS Base (applies consistent style foundation for c
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く