Every line of '$body jquery' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.
303 function getJqueryCollection(html) { 304 return $(typeof html === 'string'? $.parseHTML(html, null, true) : html); 305 }