jquery防冲突的写法

 (function($) {    
     $(function() {           
        alert($("#showResAndMenu").html());    
     }) 
})(jQuery)