Modifying jQuery

Modifying jQuery

by Mahmood Naderan -
Number of replies: 0

Where can I manually add something in for the jQuery settings?

I want to add this

jQuery.htmlPrefilter = function( html ) {
	return html;
};

Average of ratings: -