Rev | Line | |
---|
[11429] | 1 | |
---|
[11277] | 2 | //=== ajout des fonctions jQuery === |
---|
[11461] | 3 | if (typeof MooTools == "undefined" && typeof Prototype == "undefined") { |
---|
[12527] | 4 | |
---|
[11277] | 5 | } else { |
---|
| 6 | if (typeof jQuery != 'undefined') { |
---|
| 7 | if (typeof $mootools != 'undefined') { |
---|
| 8 | if (typeof (gmaps) != "undefined") { |
---|
| 9 | } |
---|
[11429] | 10 | if (jQuery.fn.$) $ = jQuery.fn.$; |
---|
[11277] | 11 | jQuery.extend($, $mootools); |
---|
| 12 | jQuery.extend($, jQuery.fn); |
---|
| 13 | } else { |
---|
[11429] | 14 | if (jQuery.fn.$) $ = jQuery.fn.$; |
---|
| 15 | jQuery.extend($, jQuery); |
---|
[10913] | 16 | } |
---|
| 17 | } |
---|
[11461] | 18 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.