QAConn is a JQuery plugin that show information of a server connection.
Copyright 2013 Eduardo García, all rights reserved.
This source file is free software, under either the GPL v3 license, as supplied with this software.
This source file is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Declare javascript libraries, you must declare the qaconn javascript library and a qaconn language library, it's show bellow:
<script type="text/javascript" src="../lib/jquery.qaconn.js"></script>
<script type="text/javascript" src="../lib/jquery.qaconn.es.js"></script>
The next step is declare the html plugin container:
<div id="qaconn"></div>
Finally start the plugin in your javascript code block:
$("#qaconn").qaconn({remote: {url: "noProcess.html", process: false}});
You can view a demo in: QAConn Demo