memo

memo dayo.

2014-03-05から1日間の記事一覧

jQueryオブジェクトをStringにする

function jq2str (obj_jq) { return $('<div>').append( obj_jq.clone() ).html();}</div>