Details
-
Type:
Docs: Problem
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7.3
-
Fix Version/s: 1.7.5
-
Component/s: ZendX_JQuery
-
Labels:None
-
Language:English
Description
57.2.1.1. jQuery NoConflict Mode
jQuery offers a noConflict mode that allows the library to be run side by side with other javascript libraries that operate in the global namespace, Prototype for example. The Zend Framework jQuery View Helper makes usage of the noConflict mode very easy. If you want to run Prototype and jQuery side by side you can call ZendX_JQuery_View_JQuery::enableNoConflictMode(); and all jQuery helpers will operate in the No Conflict Mode.
---------
I believe instead of:
ZendX_JQuery_View_JQuery::enableNoConflictMode();
it should be:
ZendX_JQuery_View_Helper_JQuery::enableNoConflictMode();
Issue Links
| This issue is duplicated by: | ||||
| ZF-5726 | ZendX_Jquery_View page specifies incorrect class for enableNoConflictMode method. |
|
|
|
thanks for the hint, this is fixed in trunk now.