Jquery generates a QR code image for the current page

Source: Internet
Author: User

Jquery.qrcode.js is a jquery plug-in that generates a two-dimensional code. The volume is less than 4 K after compression. It is convenient to use it to generate a two-dimensional code for the current page.

Example:

<! DOCTYPE html>
<title>jquery to generate the current page's two-dimensional code </title>
<meta charset= ' Utf-8 '/>
<!--JS Reference package-->
<script Src=/dl/jquery/js/jquery-1.8.3.min.js ' ></script>
<script type= "Text/javascript" src= "/dl/jquery/js/jquery.qrcode.min.js" ></script>
<style>
#qrcodeCanvas {
Position:absolute;
height:200px;
width:200px;
margin:-100px 0px 0px-100px;
top:50%;
left:50%;
}
</style>
<body>
<!--two-dimensional code rendering area-->
<div id= "Qrcodecanvas" ></div>
</body>
<script style= ' Text/javascript ' >
$ (' #qrcodeCanvas '). QRCode ({
text:window.location.href,//the string represented by the two-dimensional code (URL of this page)
width:200,//two dimensional code width
height:200//two dimensional code height
});
</script>

The effect is as follows

Note: Plug-in download can be directly to the jquery official download or Baidu search jquery two-dimensional code plug-in can download

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.