aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/parseHTML.js
Commit message (Collapse)AuthorAgeFilesLines
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-251-0/+2
| | | | Fixes gh-3073
* Core: set the base href of the context in parseHTMLTimmy Willison2016-04-041-8/+22
| | | | | Fixes gh-2965 Close gh-3022
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-6/+7
| | | | Fixes gh-2056
* Manipulation: privatize buildFragment() functionTimmy Willison2015-05-051-6/+4
| | | | Fixes gh-2224
* Core: Return empty array instead of null for parseHTML("")Timo Tijhof2015-01-191-2/+2
| | | | | Fixes gh-1997 Close gh-1998
* Build: Don't assume the browser environment; smoke test on Node w/ jsdomMichał Gołębiowski2014-12-261-1/+2
| | | | | Fixes gh-1950 Closes gh-1949
* Core: re-introduce createHTMLDocument in parseHTML; Safari 8 left outTimmy Willison2014-12-101-3/+11
| | | | Close gh-1505
* Core: revert addition of createHTMLDocument. Thanks, Safari 8.Timmy Willison2014-12-091-3/+1
| | | | | - Safari 8 has issues when the HTML string contains forms. Closing tags are not respected.
* 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
| | | | Close gh-1505
* 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 ↵Timmy Willison2013-09-091-1/+1
| | | | across all modules)
* All non-var modules should not indent in their AMD wrappers (just for ↵Timmy Willison2013-09-091-31/+32
| | | | prettier builds). No functionality changes.
* Move parsing methods to their own files (separates manipulation dependency ↵Timmy Willison2013-09-081-0/+38
from core)