Difference between revisions of "Jquery"
From OpenEMR Project Wiki
(first content.) |
|||
Line 3: | Line 3: | ||
Several versions of jquery are in use in the OpenEMR codebase. the following is a list of versions, who uses them, and for what. | Several versions of jquery are in use in the OpenEMR codebase. the following is a list of versions, who uses them, and for what. | ||
= Jquery 1.2.2 = | == Jquery 1.2.2 == | ||
== Files == | {| class="wikitable" border="1" cellpadding="1" | ||
|- | |||
! Feature | |||
! Description | |||
|- | |||
| $(document).ready() | |||
| load jquery executable code as soon as the DOM is loaded, before page contents are loaded. | |||
|} | |||
=== Files === | |||
library/js/jquery-1.2.2.min.js | library/js/jquery-1.2.2.min.js | ||
== | |||
interface/super/show_lists_popup.php | {| class="wikitable" border="1" cellpadding="1" | ||
|- | |||
! File | |||
! Features Used | |||
|- | |||
| interface/super/show_lists_popup.php | |||
| $(document).ready(). | |||
|} | |||
=== Users === | |||
: | |||
interface/super/show_groups_popup.php | interface/super/show_groups_popup.php | ||
interface/logview/logview.php | interface/logview/logview.php |
Revision as of 05:10, 26 February 2011
In-tree Versions
Several versions of jquery are in use in the OpenEMR codebase. the following is a list of versions, who uses them, and for what.
Jquery 1.2.2
Feature | Description |
---|---|
$(document).ready() | load jquery executable code as soon as the DOM is loaded, before page contents are loaded. |
Files
library/js/jquery-1.2.2.min.js
File | Features Used |
---|---|
interface/super/show_lists_popup.php | $(document).ready(). |
Users
interface/super/show_groups_popup.php
interface/logview/logview.php
interface/patient_file/encounter/search_code.php
interface/patient_file/pos_checkout.php
interface/main/left_nav.php
interface/main/calendar/find_appt_popup.php