$(document).ready(function() {
   var $jq = jQuery.noConflict();
   $jq('#id').show();
});

 

相关文章: