Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e829f08aca | ||
| a20a4a698b | |||
| c85df7cd44 | |||
|
|
6469f92c12 | ||
| 303e1ad89e |
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"version": "2.0.3",
|
||||
"version": "2.0.5",
|
||||
"author": "Ivan Carlos"
|
||||
}
|
||||
|
||||
@@ -122,10 +122,8 @@
|
||||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
|
||||
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
|
||||
crossorigin="anonymous"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.qrcode/1.0/jquery.qrcode.min.js"
|
||||
integrity="sha512-NFuZW2MPSzrXqxHoCY9CQ0XKn52CK+D+D5lD0SGVJaeDq9kXynU9e+iN8L6UuwTrBO+VJwXGF4q5nZc9E8m6iA=="
|
||||
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||||
<script src="https://cdn.jsdelivr.net/gh/yckart/jquery.storage.js@master/jquery.storage.min.js"></script>
|
||||
<script src="jquery-qrcode/jquery.qrcode.min.js"></script>
|
||||
<script src="jquery.storage.js/jquery.storage.js"></script>
|
||||
|
||||
<!-- Original Logic Preserved -->
|
||||
<script type="text/javascript">
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>basic example</title>
|
||||
</head>
|
||||
<body>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
|
||||
|
||||
<!--<script type="text/javascript" src="../jquery.qrcode.min.js"></script>
|
||||
--><script type="text/javascript" src="../src/jquery.qrcode.js"></script>
|
||||
<script type="text/javascript" src="../src/qrcode.js"></script>
|
||||
|
||||
<p>Render in table</p>
|
||||
<div id="qrcodeTable"></div>
|
||||
<p>Render in canvas</p>
|
||||
<div id="qrcodeCanvas"></div>
|
||||
<script>
|
||||
//jQuery('#qrcode').qrcode("this plugin is great");
|
||||
jQuery('#qrcodeTable').qrcode({
|
||||
render : "table",
|
||||
text : "http://jetienne.com"
|
||||
});
|
||||
jQuery('#qrcodeCanvas').qrcode({
|
||||
text : "http://jetienne.com"
|
||||
});
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,24 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Demo page</title>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
TODO make a nice looking pure client qrcode generator
|
||||
even allow download of the image
|
||||
</p>
|
||||
|
||||
<div id="output"></div>
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="../jquery.qrcode.min.js"></script>
|
||||
<script>
|
||||
jQuery(function(){
|
||||
jQuery('#output').qrcode("http://jetienne.com");
|
||||
})
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -218,6 +218,7 @@ input:focus, select:focus {
|
||||
|
||||
#qrcode canvas {
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
/* History Dropdown Styles */
|
||||
@@ -298,5 +299,6 @@ footer a:hover {
|
||||
.card { box-shadow: none; padding: 0; }
|
||||
.page-header, #form, #history-drop, footer, .btn { display: none !important; }
|
||||
#result-area { display: block !important; margin: 0; }
|
||||
#qrcode canvas { box-shadow: none; }
|
||||
#showssid, #showkey { display: block !important; color: black; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user