ZF-5344: _renderExtras doesn't check for JQuery.noConflict mode
Description
In ZendX_JQuery_View_Helper_JQuery_Container when the _renderExtras method is executed, it calls a number of actions to performed at the document.ready event. However, this call explicitly uses the $ to grab the document element and does not check to see whether or not noConflict mode has been enabled for the jQuery lib. This call needs to check to see which jQueryHandler should be used.
Comments
Posted by Benjamin Eberlei (beberlei) on 2009-01-06T01:30:55.000+0000
Will be included in the next release.
Posted by Benjamin Eberlei (beberlei) on 2009-01-14T13:54:05.000+0000
merged back into 1.7 release branch