Skip to content

Instantly share code, notes, and snippets.

@justinvt
Created June 9, 2009 18:03
Show Gist options
  • Save justinvt/126689 to your computer and use it in GitHub Desktop.
Save justinvt/126689 to your computer and use it in GitHub Desktop.
if($.isFunction($.fn.becomesOverlay)){
$(".job_seeker_share").each(function(i,n){
$(n).becomesOverlay(function(){do_something_with_tabs()});
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment