jQuery对象换为DOM对象,js常用API 1.jQuery对象转换为DOM对象有以下两种方法
//方法一var domobj=document.getElementById("id");var jqueryobj=$(domobj);