A jquery plugin which helps on highlighting whitespaces in a text/html snippet.
Highlights whitespace characters in one or more selected DOM element. By default it will highlight newlines, 2 or more sequential spaces and other individual whitespace chars, such as tab.
Copy the .js file in your javascript media folder. In the of the html files you want to use it, provide the following tag: <script type="text/javascript" src="js/jquery.whitespaceHighlight.js"></script> Copy the .css file in your css folder. Provide a tag to link to your css code:
Just select the DOM elements which will be "whitespace-highlighted" and run the 'whitespaceHighlight()' function: $('div').whitespaceHighlight();