Code Archive Skip to content Google About Google Privacy Terms
input に事前に入力値を入力しておいてフォーカスするとその値が消える jQuery プラグインを書いた。 (function($) { $.fn.preInput = function(txt, options) { var default_options = { class_name: 'pre-input' }; options = $.extend(default_options, options || {}); return this.each(function(){ if(typeof this.value == 'undefined') return; var elm = $(this); elm.val(txt) elm.addClass(options.class_name) elm.focus(function(){ if(elm.val() == txt) { el
//So what does a jLINQ command look like? //Check out the examples on the left to see more var results = $.from(data) .ignoreCase() .startsWith("first","a") .or("b") .orderBy("last") .select(); How jLINQ Works Chaining Commands Chaining with Relational Operators with Command Memorizing String Comparison Switches Combining Logic Using Custom where() Returning Custom Results j
##### ##### ### ## ## ##### ##### # # # # # ## ## # # # # # # # # # ## ## # # # #### #### # # # # # ### #### # # # # # # # # # # # # # # # # # # # # # # ### ### ## ### ### # ### ##### ### ## Primer. By Tom Preston-Werner. Primer is a Flash-like API layered on top of Canvas. INSTALL ---------------------------------------------------------------------------- Just include jQuery and Primer libraries
This is an outdated version! Supersized has been moved and updated to a more permanent home at the official Supersized project page. Check there for the latest release notes and features! If you are interested in this specific legacy version, you can download it here for now. Features Resizes images to fill browser while maintaining image dimension ratio No extra whitespace, no scrollbars – the en
About Date Picker component with a lot of options and easy to fit in your web application. Last update 22.05.2009 - Check Download tab Features Flat mode - as element in page Multiple calendars in the component Allows single, multiple or range selection Mark dates as special, weekends, special days Easy to customize the look by changing CSS Localiation for months' and days' names Custom day to sta
$('#toggle-all').click(function(){ $('#example input[type=checkbox]').checkBox('toggle'); return false; }); $('#check-all').click(function(){ $('#example input[type=checkbox]').checkBox('changeCheckStatus', true); return false; }); $('#uncheck-all').click(function(){ $('#example input[type=checkbox]').checkBox('changeCheckStatus', false); return false; });
Not your computer? Use a private browsing window to sign in. Learn more about using Guest mode
The ‘imgPreview’ plugin allows your users to preview an image before clicking on it and, out of necessity, will preload the image so when a user does click through to it there is no waiting time! The image preview shows up in a tooltip-like box appearing alongside the user’s cursor when hovering over a link. The plugin is entirely unobtrusive; it does not require any hooks to target specific links
JSGameLib is a jQuery Plugin that adds ‘game’ functionality to jQuery. Simple things like collision detection, keyboard movement (WASD, Arrows, Etc). Currently, it is in an extremely early state and only supports a basic amount of stuff, however it will eventually be able to do quite a bit more, such as create ‘patterned movement’ for ‘flying objects’ as well as add a few extra ‘events’ such as ‘
v2.0.0 Released jQuery Growl v2.0.0 is out, and now has built-in default support for Bootstrap 3 jQuery Growl is a Growl like notification plugin for jQuery (tested with version 1.11.0). You can view a demo of it here: http://projects.zoulcreations.com/jquery/jquery-growl/ Source on GitHub Notice: compact(): Undefined variable: limits in /home3/zoulcrea/public_html/fragmentedcode/wp-includes/class
Date Range Picker using jQuery UI 1.7 and jQuery UI CSS Framework We’ve updated our popular Date Range Picker plugin to use jQuery UI 1.7 and the new jQuery UI CSS Framework. This plugin wraps the jQuery UI datepicker into an interactive component specifically designed for choosing date ranges. It is an update from a previous version we wrote for jQuery UI 1.5.3. Working Demo: # Demo Page The demo
The Sexy Curls jQuery Plugin! is an open-source jQuery plugin by Elliott Kember which lets you share in the beauty of the page fold. You want a demo page? You're looking at it. The source code is available at GitHub. Installation: First, make sure you're using jQuery and jQuery UI (version 1.5 works) You'll need the resizable package in jQuery UI. Then install the source code into a director
yuga.jsって? ウェブサイトを作る上で面倒な部分を自動で実装したり、ちょっとした機能を簡単に追加したりするJavaScriptです。jQueryを使って作られています。Web制作を優雅にするために作られました。 設置方法 まず、ファイル一式をダウンロードし、読み込みたいサイトの任意のフォルダに配置します。 yuga.jsを使いたいHTMLファイルのhead要素でjavascriptを読み込みます。 <link rel="stylesheet" href="css/thickbox.css" type="text/css" media="screen" /> <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" src="js/thickbox.js"></s
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く