Use this repository to debug your data displayed in webpage.
bower install goDebug
<script type="text/javascript" src="bower_components/goDebug/goDebug.js"></script>
For Example:
<div debugInfo="This is the debug information">
This is the body of this div
</div>
For Example:
jQuery(document).ready(function(){
goDebug("d e b u g")
})
Here "d e b u g" is the pattern you want to use for your debug information to be displayed.
- Press d e b u g in your active window of your webpage.
- Enjoy!