var $content = $('#SomeDivContainingTwoImages');
$content.children().each(function(i){
$(this).showImage = showImageStatic;
$(this).showImage();
});
戻り値
Uncaught TypeError: Object #<Object> has no method 'showImage'
実行時。これは、jquery の各イテレータの外で機能します。つまり、単一の要素に適用するだけの場合です。調子はどう?