NAME pQuery - Perl Port of jQuery.js SYNOPSIS use pQuery; pQuery("http://google.com/search?q=pquery") ->find("h2") ->each(sub { my $i = shift; print $i + 1, ") ", pQuery($_)->text, "\n"; }); DESCRIPTION pQuery is a pragmatic attempt to port t... 続きを読む
JSRuby は Javascript で実装された Ruby インタプリタです。 動作イメージ&サンプルは記事「Javascript で実装した Ruby インタプリタ JSRuby 0.1 リリースしました。」を参照していただくとして、ここでは JSRuby の Javascript 連携まわりを解説します。 JS... 続きを読む
Timestamp: 11/27/07 01:03:49 (11 months ago) Author: jeresig Message: Added a quick shortcut to improve the speed of $(DOMElement) by over 2x. Files: 続きを読む
pre.run: append '' input: click each this.parentNode.firstChild.nodeValue remove 'foo' #download > div: oneclick #form + li: slideDown remove Formatted Source jQuery Source 続きを読む
This weekend I took a big step in upping the ante for JavaScript as a Language. At some point last Friday evening I started coding and didn't stop until sometime mid-Monday. The result is a good-enough browser/DOM environment, written in Java... 続きを読む
LoginUser name: Password: Lost password? remember Sign upSign up now to post in the forums, comment on articles, submit your own articles and more. Introduction jQuery is a JavaScript toolkit designed to simplify various tasks such as element... 続きを読む
Post to Twitter Post: Building a JavaScript Library From: jeresig, 2 years ago Building a JavaScript LibraryView SlideShare presentation or Upload your own. (tags: firefox library) This is the Google Tech Talk that I gave August 17th, 2007 o... 続きを読む