Skip to content

Instantly share code, notes, and snippets.

View mnelson's full-sized avatar

Mike Nelson mnelson

View GitHub Profile
$(".call-to-action").live("click",function(e){
try{
register_user_modal($(this).attr("href"));
} catch(err){alert(err);}
e.preventDefault();
return false;
});
function register_user_modal(target_link){
alert("wtf1");
var options = {
$(".call-to-action").live("click",function(e){
register_user_modal($(this).attr("href"));
e.preventDefault();
return false;
});
function register_user_modal(target_link){
var options = {
open:function(){
$.get(target_link,{},
function(r){