sanitize wip
This commit is contained in:
parent
c914a3cf22
commit
a1099ed74e
|
@ -0,0 +1,9 @@
|
|||
/* jQuery sanitizer for html, used by our previewer */
|
||||
|
||||
(function( $ ) {
|
||||
$.fn.sanitize = function() {
|
||||
$.find('*').each(function(){
|
||||
|
||||
});
|
||||
};
|
||||
})( jQuery );
|
Loading…
Reference in New Issue