jquery变js
var obj=$("dom"); 或
var obj=jQuery("dom");
js 变 jquery
var $jobj=$(obj); 或
var $jobj=jquery(obj);