jQuery.noConflict(); AjaxConfiguration = { //baseurl : jQuery('head base').attr('href'), baseurl : '', type : '&type=896458701' }; jQuery(document).ready(function() { jQuery('.tipp').find('a.eventDetail').each(function(){ jQuery(this).attr('href', function(){ return AjaxConfiguration.baseurl + jQuery(this).attr('href') + AjaxConfiguration.type; }) }); jQuery('a.eventDetail').click(function(){ url = jQuery(this).attr('href'); jQuery.fn.colorbox({ href: url, iframe: true, width: '800px', height: '500px', scrolling: true, opacity: 0.7, }); return false; }); });