Jquery.clean method documented?

289 Views Asked by At

I have to update some code using jquery and I have the following statements :

 $.each($.clean({0:data}, this.ownerDocument), fct);

Where data is html content from server.

I didn't find any documentation about this method.

I just know that Jquery 1.9 remove it

1

There are 1 best solutions below

0
Timigen On

Those methods are not meant to be used outside of jQuery, that's why you are having so much trouble finding documentation on them.