GIF89a php
Current File : /home/hencockfreshchic/public_html/app/js/joinPrime.js
function joinPrime(user_name,mobb,city,state,amount,id,exp_date)
{
	if(id=="")
	{
		var x = document.getElementById("snackbar");
	      	$("#snack_msgg").html("Please select amount");
 			 x.className = "show";
  			setTimeout(function(){ x.className = x.className.replace("show", "Hello"); }, 3000);
		return false;
	}
	window.location.href = ("pay.php?user_name="+user_name+"&mobb="+mobb+"&city="+city+"&state="+state+"&amount="+amount+"&id="+id+"&exp_date="+exp_date);
}