jQueryとオブジェクト指向なJavaScriptの解説

jquery-1.2.6.js"> //$(document).ready(function(){ //jQueryの古い書き方(こっちでも動作する) $(function() { loginForm.init(); ...>>Read More

[Related Article]
http://noongoro.main.jp/wp/?p=116
[Posted On]
00:29:26 12-30-2008

Unobtrusive JavaScript Print Link (with jQuery) | Trevor Davis

Ideally, we do not want to have things on a page that do not work without JavaScript enabled. So the solution is to write the print link into the DOM using JavaScript, then attach a click event to the link. Luckily, I use jQuery on ...>>Read More

[Related Article]
http://trevordavis.net/blog/unobtrusive-javascript-print-link-with-jquery/
[Posted On]
22:30:06 12-10-2008

Django snippets: Admin Input Field Character Count via jQuery

jsi18n/"> {{ media }} jQuery.fn.counter = function() { // setup initial counter display $(this).each(function() { var ...>>Read More

[Related Article]
http://djangosnippets.org/snippets/1239/
[Posted On]
09:12:20 12-10-2008