Actions
Bug #62205
closedjsfunc.inline.js is not fully jQuery compatible
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2014-10-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
medium
Is Regression:
No
Sprint Focus:
Description
Hello Core-Team,
there are multiple parts in jsfunc.inline.js where you try to access subobjects directly on a jQuery-object.
Example: If you have "var selectBox = jQuery('#selectId');" you will get a jQuery-init-object which contains the selectbox with id #selectId as array on ID 0
So if you want to access the selectbox now, you have to call "selectBox0".
I would to prefer to add all jQuery-Objects a $ in front to differ them from all the "normal" JS-Objects.
Stefan
Actions