Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confirm popup not wotking for mobile device #272

Open
kostabbosta opened this issue Sep 19, 2017 · 0 comments
Open

Confirm popup not wotking for mobile device #272

kostabbosta opened this issue Sep 19, 2017 · 0 comments

Comments

@kostabbosta
Copy link

it's any solution? Confirm popup not wotking for mobile device? on desktop working perfectly:

<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="lib/alertify.min.js"></script>
<script>
	function reset () {
		$("#toggleCSS").attr("href", "themes/alertify.default.css");
		alertify.set({
			labels : {
				ok     : "ok",
				cancel : "cancel"
			},
			delay : 5000,
			buttonReverse : false,
			buttonFocus   : "ok"
		});
	}

	</script>
<script> // ============================== $("#confirm").on( 'click', function () { reset(); alertify.confirm("ეროვნული ბანკის მოთხოვნით ონლაინ გადახდებისას ერთჯერადი გადახდის თანხა, არ უნდა აღემატებოდეს 1500 ლარს. გადახდის განხორციელება შესაძლებელია ნაწილ-ნაწილ. თუ გსურთ გადახდის გაგრძელება, გთხოვთ დაეთანმოხთ OK ღილაკის დაჭერით.", function (e) { if (e) { window.location.replace("pay.php?category=&service_id=&abonentcode=&tanxa="); alertify.success("You've clicked OK") } else { alertify.error("გადახდა შეწყვეტილია!"); } }); return false; }); </script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant