Skip to content

Commit

Permalink
debugging table renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeetienne committed Sep 29, 2011
1 parent 58c8167 commit 98d788a
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 37 deletions.
6 changes: 5 additions & 1 deletion examples/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@

<div id="qrcode"></div>
<script>
jQuery('#qrcode').qrcode("this plugin is great");
//jQuery('#qrcode').qrcode("this plugin is great");
jQuery('#qrcode').qrcode({
render : "table",
text : "https://jetienne.com"
});
</script>

</body>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
><h2
>Conclusion</h2
><p
><a href='https://jeromeetienne.github.com/jquery-qrcode'>jquery.qrcode.js</a> is available on github <a href='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/jeromeetienne/jquery-qrcode'>here</a> under <a href='https://github.com/jeromeetienne/jquery-qrcode.js/blob/master/MIT-LICENSE.txt'>MIT license</a>. If you hit bugs, fill issues on github. Feel free to fork, modify and have fun with it :)</p
><a href='https://jeromeetienne.github.com/jquery-qrcode'>jquery.qrcode.js</a> is available on github <a href='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/jeromeetienne/jquery-qrcode'>here</a> under <a href='https://github.com/jeromeetienne/jquery-qrcode/blob/master/MIT-LICENSE.txt'>MIT license</a>. If you hit bugs, fill issues on github. Feel free to fork, modify and have fun with it :)</p
></div
></div
>
Expand Down
Loading

0 comments on commit 98d788a

Please sign in to comment.