Broke the logic for .clean() wrap out into a separate, static, data structure. Also improved the performance of .html() looking for the case where .innerHTML can be used without problems. Also tweaked some cases where cleanData() was used, no need to use jQuery selectors in these cases.
This commit is contained in:
parent
9d8d74569c
commit
520f1a2684
4 changed files with 54 additions and 43 deletions
4
Makefile
4
Makefile
|
@ -10,12 +10,12 @@ PLUG_DIR = ../plugins
|
|||
|
||||
BASE_FILES = ${SRC_DIR}/core.js\
|
||||
${SRC_DIR}/data.js\
|
||||
${SRC_DIR}/event.js\
|
||||
${SRC_DIR}/support.js\
|
||||
${SRC_DIR}/selector.js\
|
||||
${SRC_DIR}/traversing.js\
|
||||
${SRC_DIR}/attributes.js\
|
||||
${SRC_DIR}/manipulation.js\
|
||||
${SRC_DIR}/event.js\
|
||||
${SRC_DIR}/support.js\
|
||||
${SRC_DIR}/css.js\
|
||||
${SRC_DIR}/ajax.js\
|
||||
${SRC_DIR}/fx.js\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue