0

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

Frédéric GRATI
  • 805
  • 1
  • 6
  • 19

1 Answers1

0

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

Timigen
  • 1,055
  • 1
  • 17
  • 33