Code Archive Skip to content Google About Google Privacy Terms
ContextMenu is a highly customizable, compact context menu script written with CSS, XHTML, and the MooTools JavaScript framework. ContextMenu allows you to offer stylish, functional context menus on your website. The XHTML Menu <ul id="contextmenu"> <li><a href="#edit" class="edit">Edit</a></li> <li class="separator"><a href="#cut" class="cut">Cut</a></li> <li><a href="#copy" class="copy">Copy</a>
jQuery timers is an attempt to combine jQuery's concise chaining programming style with the awkward style in which timed events are coded in JavaScript to produce a friendlier and more intuitive timed event system. In addition, it fixes the most prevalent issue with the various event systems of JavaScript: misconfigured scope. All the methods you design to use in setTimeout/setInterval in JavaScri
JavaScript でプレースホルダつき入力欄を作る - blog.8-p.info これは素晴らしい。 JQuery版もあったらいいなー。と思ったので作りました。 ダウンロード JQueryでプレースホルダつき入力欄 使い方 こんな感じです。 <script type="text/javascript" src="jquery-1.3.2.min.js"></script> <script type="text/javascript" src="jquery.placeholder.js"></script> <script type="text/javascript"> // <![CDATA[ $(document).ready(function(){ $('#search').placeholder('検索したい単語を入れてね♪'); }); // ]]> </script> あ
Tips, techniques, and tutorials for the jQuery JavaScript library One of the biggest concerns I’ve heard mentioned from users of the Prototype library about jQuery is the lack of support for various array methods. The robust features Prototype provides for arrays is of great benefit to developers that do a lot of array manipulation in their JavaScript. However, I find that after moving to jQuery,
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
Bradley Sepos — Design & User Experience Meets Code & Common Sense
ref. http://designingwebinterfaces.com/posts Which controls are provided from jQuery UI? Which controls are provide by a jQuery plugin? UI - indicates a control provided by jQuery UI Plugin - indicates a control provided by jQuery Plugin 01. Auto Recommend - planned for 1.next (probably 1.7, based on http://jquery-ui.googlecode.com/svn/branches/dev/autocomplete/ ) UI - jQuery Autocomplete Plugin (
This shop will be powered by Are you the store owner? Log in here
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く