mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-12-31 11:29:07 +03:00
Update to latest version 0.7.34 + display the getResult() data in user-agent playground
This commit is contained in:
@@ -81,9 +81,12 @@
|
||||
{UAParser.js} abstracts away the hassle of User-Agent detection by turning them into a set of simple & meaningful data. As an example, this is what we get from your browser's User-Agent information: </p>
|
||||
<div class="ui black massive label"><p id="ua-txt"></p><button id="btn-clipboard" class="ui right floated labeled icon violet tiny button" data-clipboard-target="#ua-txt"><i class="clipboard icon"></i>COPY TO CLIPBOARD</button></div>
|
||||
</div>
|
||||
<div class="ui basic segment">
|
||||
<p>
|
||||
{UAParser.js} will transforms it into a well-structured data: </p>
|
||||
<pre class="ui inverted segment"><code id="ua-result"></code></pre>
|
||||
</div>
|
||||
<div id="demo-result" class="ui equal width stackable internally celled grid">
|
||||
<p>
|
||||
{UAParser.js} reads this as: </p>
|
||||
<div class="row">
|
||||
<div class="column">
|
||||
<div class="ui center aligned animated icon">
|
||||
|
||||
Reference in New Issue
Block a user