This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* This is a fix to add the proxy function to jquery | |
* can be used for when using older jquery library. | |
* | |
* Francois Gelinas | |
* August 9, 2011 | |
* | |
* Licensed using the jQuery license : MIT and GPL | |
* http://jquery.org/license/ | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
/* _lang_util.php - Multilanguage site utility script | |
* This is my basic script to detect language and keep it in a cookie | |
* | |
* Language priority, from lowest to highest : | |
* - default lang | |
* - browser accepted lang | |
* - cookie lang | |
* - query parameter lang | |
* |