memo

memo dayo.

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

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