タグ「jquery」の検索結果
30 jQuery Image Slider Plugins and Tutorials - tripwire magazine
jQuery image slider plugins are very popular these days and found on many many websites. There are several interesting use cases for image sliders, however I think it is most common to use them on the...
2時間で学ぶjQuery
Statistics Favorites 1 Downloads 0 Comments 0 Embed Views 0 Views on SlideShare 0 Total Views 0 2時間で学ぶjQuery — Presentation Transcript 2時間で学ぶjQuery 2011/11/10 白石俊平 ねらい• この資料は、JavaScriptの基本を理解している方々 向け...
eq(index) - jQuery 日本語リファレンス
要素集合から引数にインデックスを指定し、ひとつだけの要素を選択する。 インデックスは0から全要素数-1までの連番。
HTML5 - jQuery Blend Modes | CodeCanyon
All Files All Files JavaScript PHP Scripts .NET Plugins CSS HTML5 Mobile Apps Note: If you like this work, please rate it Request: I need an invitation on Dribbble please, Draft me The idea of jQuery ...
jQueryでスクロールすると上部に固定されるナビゲーション | webOpixel
グローバルナビゲーションはロゴの下に配置されていることが多いですが、スクロールするとナビゲーション部分だけが上部に固定されるようなものをjQueryでやってみたいと思います。 html & css htmlです。 html <h1><a href="#">タイトル</a></h1> <div class="nav"> <ul class="clearfix"> <li><a href="#">HO...
8 Great Resources to Learn HTML, jQuery And Ruby | Techno Tab
HTML or Hypertext mark-up language is the main languages used for web pages. CSS or cascading style sheets is a style sheet language that is used to describe the presentation semantics or the looks of...
jQuery UI - Autocomplete Demos & Documentation
The Autocomplete widgets provides suggestions while you type into the field. Here the suggestions are tags for programming languages, give "ja" (for Java or JavaScript) a try. The datasource is a simp...
Binbo-Special-技術資料-JavaScript-フォームで条件によって項目を切り替え表示してみる
何してんの? エントリー区分「新卒」「中途」及び、今回は特別に、性別「男」「女」でも、取得する項目を切り分けよう、というサンプルです。 んでもって、個別項目については、それぞれclass名を振っておきます。 今回の例では、 学校名と学部・学科・専攻は新卒用、として「shin」というクラスを適用。 職歴は中途用、として「chu」というクラスを適用。 好きなアイドルは男用、として「man」というクラス...
【 jQuery 】ページのスクロール途中で指定要素の位置を「固定 / 解除」する方法 | mae's blog
「#top-bar」scrollTop : 0 当ブログの今年の目標は、ずばり「UIの強化」としています。そのためにもjQueryの習得は必須条件となりますから、このブログを通して、いろいろ試していければよいなと思っています。今回は、タイトルの通り、スクロールの途中で任意の要素の位置を固定/解除する機能を試すことにしました。指定した要素が画面上のある位置までスクロールされると動きが止まるといった機...
少しのコードで実装可能な20のjQuery小技集 | Webクリエイターボックス
2011年01月24日 jQuery 素敵な動きを手軽に実装できるJavaScriptライブラリ「jQuery」。jQueryには多くのプラグインが揃っていますが、以前書いた「少しのコードで実装可能な20のCSS小技集 」に続き、今回はプラグインなしで実装できるjQueryの小技を紹介します!「jQueryってなんだ?」という人もコピペで実装できますよ!サンプルも用意したのでぜひご覧ください! j...
Essential JavaScript Design Patterns For Beginners
Essential JavaScript Design Patterns For Beginners Volume 1.5 Tweet A book by Addy Osmani Copyright © Addy Osmani. Last edited: February 17th, 2012. Creative Commons Attribution-NonCommercial-ShareAli...
Essential JavaScript Design Patterns For Beginners
Essential JavaScript Design Patterns For Beginners Volume 1.5 Tweet A book by Addy Osmani Copyright © Addy Osmani. Last edited: February 17th, 2012. Creative Commons Attribution-NonCommercial-ShareAli...
Curtain.js
jQuery plugin for creating an unique page transitioning systemA fixed content Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqu...
滑らかに自然なページ送りができるJavaScriptライブラリ「turn.js」 - MOONGIFT|オープンソース・ソフトウェア紹介を軸としたITエンジニア、Webデザイナー向けブログ
turn.jsはリアルなページ送りができるWebベースのソフトウェアです。ハードウェアアクセラレーションを使い、滑らかに動きます。 0
Essential JavaScript Design Patterns For Beginners
Essential JavaScript Design Patterns For Beginners Volume 1.5 Tweet A book by Addy Osmani Copyright © Addy Osmani. Last edited: February 17th, 2012. Creative Commons Attribution-NonCommercial-ShareAli...
Filters - jQuery plugin that allows to filter items using custom animation - demo
Filters is a jQuery plugin that allows to filter items using custom animation. The images in the demo are by LINUZ90 and they are licensed under the Attribution-ShareAlike 2.0 Generic (CC BY-SA 2.0) L...
12 Best jQuery And HTML5 Frameworks For Mobile Apps | Techno Tab
jQuery had been recently developed for computers and was the most used software and now it has also been developed for the mobile handsets. have come up with JQuery and HTML5 Frameworks for Mobile app...
Sequence.js - The jQuery Slider Plugin with Infinite Style
Demo Themes Modern Slide In Sliding Horizontal Parallax Apple Style Sequence is the jQuery slider plugin with infinite style. It provides the complete functionality for a website slider without forcin...
twitter APIとjQueryでtwitter widgetを作成する | Design Spice
twitterのwidgetのデザインをカスタマイズしたいのと、 リプライを表示させたくないと言う理由から twitter APIとjQueryを使ってオリジナルのwidegetを 作成しました。 当ブログでは殆どデザインしてませんが、 公式のwidgetに近いデザインにする場合の制作方法を書きました。 サンプル ベースはA jQuery Twitter Ticker | Tutorialzine...
答えを知りたい · jQueryでマウスの右クリック、左クリックを判断する
という動作をさせようと思ったら日本語だと検索してもすぐに答えが出てこなかったので、また stackoverflow から解説を紹介します。 実際のコードがこちら。 $('#element').mousedown(function(event) { switch (event.which) { case 1: alert('Left mouse button pressed'); break; ca...
