jQuery change content of colorbox
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I tried already questions with simliar titles, but they don't work. (For example: How to load AJAX content into current Colorbox window? ) I have the main page: (including jQuery 1.6.1) <script type="text/javascript" src="js/jquery.colorbox.js"></script> <link rel="stylesheet" type="text/css" href="css/colorbox.css" /> <script> jQuery(function(){ $("#aLink").colorbox(); $('#blub a[rel="open_ajax"]').live('click', function(e){ e.preventDefault(); var url = $(this).attr('href'); $.ajax({ type: 'GET', url: url, dataType: 'html', cache: false,