公式のスクリプトだと jQuery 1.5.x じゃないと動かないっぽいんで非公式の修正版を使うという話. jQuery.flickable のサンプルはここを見るよろし. 以下のコードはここで実演. <!DOCTYPE html> <html lang="ja"> <head> <meta http-equiv="content-type" content="text/html" charset="utf-8"> <meta name="robots" content="noindex, nofollow"> <title>flickable test</title> <!-- use jQuery 1.5.2 daringly <script type="text/javascript" src="http://code.jquery.com/jquery-1.5.2.min.js">