Difference between revisions of "Gritter"

From OpenEMR Project Wiki
Line 8: Line 8:
== library/js/jquery121.js ==
== library/js/jquery121.js ==
This copy of jquery does not allow gritter to see hoverover events.
This copy of jquery does not allow gritter to see hoverover events.
== library/js/jquery.1.3.2.js ==
This jquery appears to allow gritter to function correctly.

Revision as of 02:55, 15 January 2013

Overview

PHP Gritter is used to display hoverover notifications in the OpenEMR system. Its the component responsible for displaying the 'logout' notification on the patient portal.

Compatibility

The copy of gritter in OpenEMR does not work properly with some of the versions of jquery found in the tree. specifically:

library/js/jquery121.js

This copy of jquery does not allow gritter to see hoverover events.

library/js/jquery.1.3.2.js

This jquery appears to allow gritter to function correctly.