最近あまり見なくなってきたし、個人的にも使う機会も減ったLightbox系のプラグインを久しぶりに探したついでにメモ。またいつか使うときのために・・・ライセンス形態と対応メディアも付けたのでそれなりに見やすいかもかもかも。 (デモもつけようと思ったけどめんどくさいからやめた・・・ jQuery LightBox plugin いつものLightbox。お世話になった人も多そう。 ページ
最近あまり見なくなってきたし、個人的にも使う機会も減ったLightbox系のプラグインを久しぶりに探したついでにメモ。またいつか使うときのために・・・ライセンス形態と対応メディアも付けたのでそれなりに見やすいかもかもかも。 (デモもつけようと思ったけどめんどくさいからやめた・・・ jQuery LightBox plugin いつものLightbox。お世話になった人も多そう。 ページ
TOP > WebDesign > 様々なjQueryで動作するライトボックスを集めた「31 mind blowing collection of jQuery light box」 javascriptを使って、画面にオーバーレイしてコンテンツを表示させるライトボックス。現在のWEBページでは一般的な表現方法の一つで、数多くのサイトで公開されていますが、今回紹介するのは様々なライトボックスなjQueryプラグインをあつめたエントリー「31 mind blowing collection of jQuery light box」です。 Milkbox どれも基本的な機能は同一のものになりますが、それぞれで少し特徴があるものもあります。今日はまとめられているライトボックスの中からいくつかピックアップして紹介したいと思います。 詳しくは以下 ■PrettyPhoto 角アールな表現が可
WEBデザイナーとして日々感じたこと、思ったこと。 写真、絵、デザイン、WEB、インタラクションなことがらについて。 フットサル/サッカーの話題なども。 今制作中の案件で画像閲覧にThickBoxを実装中だったのですが、jQuery1.3や1.4ベースになりつつあったので、 ThickBoxのバージョンアップがされてるか、確認にThickBox3.1公式サイトへ行ってみました。(1.2ベースでないとThickBoxが動きません) あれ?Thickbox3.1で止ってる。jQuery1.2.xまでしか対応していない。(^^; 公式サイトでは、他のプラグインへの乗換えを勧めてるのを発見。 そかー。(ThickBox役割を終えつつあるんだなぁとか、結構お世話になってるのでしんみり(^^;) その中でMITライセンスで使い勝手が良かったのが、以前からあったFancyBoxと、今回初めて知ったCol
IE6にも対応した、DOMエレメントをLightboxのエフェクトで表示するjQueryのプラグインを紹介します。 Lightbox_me - Stupidly Simple Lightboxing Lightbox_meは他のLigtbox系スクリプトのソリューションにはない特徴をもっています。 DOMエレメントをLightbox化。 ウインドウのリサイズ時はオーバーレイもリサイズ。 ドキュメントがウインドウよりサイズが小さい場合はオーバーレイのサイズを変更。 全てのブラウザで固定配置(fixed)で表示。 ウインドウがモーダルボックスより小さい場合は固定配置(fixed)が自動的に絶対配置(absolute)に切り替え。これによりユーザーはスクロールが可能に。 そして、軽量でシンプル、という素晴らしい特徴も備えています。 対応ブラウザはIE6+, Fx2.5+, Safari, Chr
YoxView is a free image viewer for websites. It's written in javascript using jQuery and is available as a jQuery plugin.YoxView is a free image viewer for websites. It's written in javascript using jQuery and is available as a jQuery plugin. YoxView is inspired by Lokesh Dhakar's Lightbox. Like it, YoxView displays images above the website's content, as a separate layer. Features Images are resiz
95+ Incredible jQuery Image Effect Plugins by Lars | Last updated Feb 14, 2017 | jQuery Plugin Collections | 13 comments Images are incredibly important ingredients in web design to make websites user friendly and look nice. In addition, it is possible to add image effects using some cool jQuery image effect plugins. It is easier than most people think to use jQuery plugins and the result can be a
Blog » WordPress » How and where to learn WordPress plugin development (FYI, we build plugins) How and where to learn WordPress plugin development (FYI, we build plugins) It can be overwhelming when you first try to get into WordPress plugin development. Honestly, one of the best ways to learn is just to dive right in and start coding. However, this is something that doesn’t just happen overnight.
twitter facebook hatena google pocket 久しぶりにLightBoxクローンの紹介です。 JavaScriptライブラリのjQueryプラグイン「CeeBox」により、画像・動画をきれいに表示することが可能です。 sponsors 使用方法 CeeBoxからファイル一式をダウンロードします。 <link rel="stylesheet" href="ceebox.css" type="text/css" media="screen"> <script type="text/javascript" src="jquery-1.3.2.js"></script> <script type="text/javascript" src="jquery.swfobject.js"></script> <script type="text/javascript" sr
The right combination of JavaScript plugins can turn a simple website into a fantastic one - all while requiring minimal work on your behalf. Today, we'll review forty of the most popular plugins available. If we missed some, let us know in the comments! Form Validation jQuery Validate A plugin that allows you to build client-side validation and Ajax forms.
拡大時のアニメーションが気持ちいい、画像を拡大表示するLightbox風スクリプト「Fancyzoom -jQuery version」を紹介します。 Fancyzoom -jQuery version demo Fancyzoom -jQuery versionはFancyZoomのjQuery版で、以前「jQueryのプラグイン33+1選 -2008年7月」で紹介した時から、拡大時のアニメーションが変化してより軽快なものになりました。 スクリプトのオプションでは、スピードや不透明度・オーバレイのカラーなどを数値で調整できます。 FancyzoomはjQueryのプラグインのため、実装にはjquery.jsが必要です。 また、IEの透過PNG画像の表示にjQuery.ifixpng、拡大画像のシャドウの表示にShadowを使用しています。
This is a quick and easy approach that tackles a pretty common technique. By the end of this tutorial you will be able to add pop up message boxes complete with dimmed background to your existing site. Feel free to take a look at the demo to scope out exactly what we’ll be creating here today. You may already be familiar with Lightbox – which does a number of the things we are aiming to accomplish
Stephane Caronさんのブログで、「jQuery lightbox clone – prettyPhoto」というタイトルの角丸でとてもかわいいlightbox系ポップアップが紹介されています。 白の角丸、黒で透過の角丸、黒で透過のスクエアなど、とてもかわいいデザインになっています。 ポップアップするスピードも気持ちいいので、かなり使えるのでは。 This script is licensed under Creative Commons Attribution 2.5. So you can use it in all you projects even commercial ones. ライセンスは「Creative Commons Attribution 2.5」。商用利用も可能とのことですね。 ブラウザチェックも以下の通りされているようだから安心ですね。 ・Firefox
Cost: Free, links back Found Via: http://www.no-margin-for-errors.com/projects/prettyPhoto-jquery-lightbox-clone/ “Here’s my jQuery lightbox clone, I did it because those available are either not close enough to the real lightbox (lacking animations, not supporting galleries, etc ,etc) or were just not suiting my need.” -Stéphane Caron
View Demos 1 2 3 4 5 Released under the MIT License, source on Github (changelog) Download Install via NPM npm install jquery-colorbox Compatible with: jQuery 1.3.2+ in Firefox, Safari, Chrome, Opera, Internet Explorer 7+ Supports photos, grouping, slideshow, ajax, inline, and iframed content. Lightweight: 10KB of JavaScript (less than 5KBs gzipped). Appearance is controlled through CSS so it can
Writing the history of single-page image galleries on the web, one could start like this: In the beginning, there was nothing. And the Developer said: “Let there be pop-ups!” And the Users saw that pop-ups were bad… Then came Lightbox. Finally, an unobtrusive script allowed to display enlarged versions of thumbnail images embedded in web pages without leaving that web page or breaking the layout.
Perl (33) PHP (70) Python (20) Ruby (193) VB,VB.net (16) XML (2) Lisp (0) shell (9) その他 (12) 開発ツール (53) Eclipse (12) Emacs (6) NetBeans (0) vi (9) VisualStudio (6) その他 (20) アルゴリズム (45) フレームワーク (7) テスト/デバッグ (13) その他 (36) インターネット (324) ブラウザ/クライアントサイド (81) IE (6) Firefox (38) Flash (6) AIR (2) Silverlight (2) その他 (27) Web API (49) SEO (17) Webログ解析 (3) メール関連 (10) Webページ制作 (34) DNS (0) Webサーバ (22) APサー
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く