i want to put the id into the colorbox below this code nom works but the page with the link on it is
$("#recent_activity").load("activity.php?id="+id+"&random=" +unique_requestid());
thats how it calls the page and the link is on that page.
var id = $.query.get('id');
$("a[href='write_comment.php?act=write&id="+id+"']").colorbox({width:"500", height:"350", iframe:true});
thank you