JQuery CSS Reset Plugin
If you’re coding a widget which is not included in the page via an iframe you have to cope with a lot of different styles that are given by the css of the page. Using a lot of inline styles for your elements is most of the time not an option, because you need some easy injectable html-code for the users. So styling your widget with JavaScript is the best option. And therefore you will maybe like to reset the css for your elements. And that’s exactly what the beResetCSS-JQuery-Plugin does.
Download
Usage
$(document).ready(function(){ $("YourElement").beResetCSS(); });
The reset-CSS is based on the suggestion from meyerweb.
Tags: jquery, plugin, reset-css