[ALOY-21] Use Sizzle selector engine
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-07-19T11:52:03.000+0000 |
Affected Version/s | 2012 Sprint 14 |
Fix Version/s | 2012 Sprint 14 |
Components | Runtime, XML |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Tony Lukasavage |
Created | 2012-05-14T06:07:29.000+0000 |
Updated | 2013-05-01T14:56:08.000+0000 |
Description
Currently, the
$Ti
selector is mimicing the Sizzle selector engine, but under the hood ID selectors are being manually transformed to xpath. We need a true integration of the Sizzle engine in order to take full advantage of the DOM created, as well as make the selection engine more familiar to our developers.
See commit for details: [https://github.com/appcelerator/ZipTi/commit/59764c14dac3ae7bba5b98252c9f79a04fcba212](https://github.com/appcelerator/ZipTi/commit/59764c14dac3ae7bba5b98252c9f79a04fcba212)