■$X関数を並べてみる Nov 17 2007 :: New version of $X / nulog, NULL::something : out of the washer http://lowreal.net/blog/2007/11/17/1 型指定、複数/単数 タイプで決めていく // $X(exp); // $X(exp, context); // $X(exp, type); // $X(exp, context, type); function $X (exp, context, type /* want type */) { if (typeof context == "function") { type = context; context = null; } if (!context) context = document; var exp = (context