0312月 2014 jQuery兼容写法 by 爱偷吃猫的鱼 (function($){ $(document).ready(function(){ $(“#collectSuccessShow”).click(function(){ $(this).html(“Bitte warten…”).load(location.search + “&type=collectArticle&uid=” + $(“#uid”).val()); }); }); })(jQuery) Posted in: HTML, JavaScript ⋅ Tagged: Jquery, js