Loading...
 
{jq}{literal}$('#tabs_admin_profiles tr[id^=profile] td div a:not([href^=#])').live('click', function() { $.colorbox({iframe: true, opacity: 0.75, rel: 'preview', width:'70%', height:'90%', title: 'Profile Preview', href: $(this).attr('href'), open: true}); return false; }); {/literal}{/jq}