aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/parseHTML.js
Commit message (Expand)AuthorAgeFilesLines
* Core: drop the document.implementation.createHTMLDocument usageMichał Gołębiowski2016-03-021-11/+3
* Revert "Core: Return empty array instead of null for parseHTML("")"Oleg Gaidarenko2015-11-131-2/+2
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-6/+7
* Manipulation: privatize buildFragment() functionTimmy Willison2015-05-051-6/+4
* Core: Return empty array instead of null for parseHTML("")Timo Tijhof2015-01-191-2/+2
* Build: Don't assume the browser environment; smoke test on Node w/ jsdomMichał Gołębiowski2014-12-261-1/+2
* Core: re-introduce createHTMLDocument in parseHTML; Safari 8 left outTimmy Willison2014-12-101-3/+11
* Core: revert addition of createHTMLDocument. Thanks, Safari 8.Timmy Willison2014-12-091-3/+1
* Core: pass empty string to createHTMLDocument to appease IETimmy Willison2014-12-091-1/+1
* Core: remove unnecessary support test for createHTMLDocumentTimmy Willison2014-12-091-5/+2
* Build: fix tests in AMD modeTimmy Willison2014-12-091-0/+2
* Core: use document.implemenation.createHTMLDocument in jQuery.parseHTMLFrederic Hemberger2014-12-091-2/+6
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-171-1/+2
* Separate jQuery.fn.init into its own module (for lighter core dependencies ac...Timmy Willison2013-09-091-1/+1
* All non-var modules should not indent in their AMD wrappers (just for prettie...Timmy Willison2013-09-091-31/+32
* Move parsing methods to their own files (separates manipulation dependency fr...Timmy Willison2013-09-081-0/+38