İçeriğe geç

Jquery qrcode örneği



QR Kod Oluşturma

<script> // JQuery kullanarak QR kodunu oluştur $(document).ready(function(){ $('#qrcode').qrcode({ text: "https://www.example.com", // QR koduna dönüştürülecek metin width: 200, // QR kodunun genişliği height: 200 // QR kodunun yüksekliği }); }); </script>

Kategori:Html5

İlk Yorumu Siz Yapın

Bir yanıt yazın

E-posta adresiniz yayınlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir

This site uses Akismet to reduce spam. Learn how your comment data is processed.