aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/parseHTML.js
Commit message (Expand)AuthorAgeFilesLines
* Core: Switch `$.parseHTML` from `document.implementation` to `DOMParser`Michał Gołębiowski-Owczarek2024-12-111-11/+4
* Core: Use named exports in `src/`Michał Gołębiowski-Owczarek2023-09-121-5/+5
* Core:Manipulation: Add basic TrustedHTML supportMichał Gołębiowski-Owczarek2021-09-301-2/+3
* Core: Migrate from AMD to ES modules 🎉Michał Gołębiowski-Owczarek2019-11-181-12/+4
* Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJSMichał Gołębiowski-Owczarek2019-04-291-17/+10
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-251-0/+2
* Core: set the base href of the context in parseHTMLTimmy Willison2016-04-041-8/+22
* 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