Skip to content

Instantly share code, notes, and snippets.

@fleeting
Created March 2, 2010 17:41
Show Gist options
  • Save fleeting/319710 to your computer and use it in GitHub Desktop.
Save fleeting/319710 to your computer and use it in GitHub Desktop.
$(".workLight").colorbox({width:"940px", inline:true, href:"#workLightbox", onComplete: function(){
var section = $(".workLight").attr("rel");
$("#workLightbox-col1").accordion("activate", parseFloat(section));
changeSelected(section+"_0");
setItem(section, 0, 0);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment