Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
|
doc:veille:javascript [2007/02/13 17:52] lehobey créée |
doc:veille:javascript [2008/10/26 21:38] (Version actuelle) lehobey |
||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| ====== Autour de Javascript ====== | ====== Autour de Javascript ====== | ||
| + | |||
| + | * http://fr.wikipedia.org/wiki/JavaScript | ||
| ===== Expressions rationnelles ===== | ===== Expressions rationnelles ===== | ||
| Ligne 6: | Ligne 8: | ||
| * (exemples) http://www.toutjavascript.com/savoir/savoir22_1.php3 | * (exemples) http://www.toutjavascript.com/savoir/savoir22_1.php3 | ||
| * http://developer.mozilla.org/fr/docs/Référence_de_JavaScript_1.5_Core:Objets_globaux:RegExp | * http://developer.mozilla.org/fr/docs/Référence_de_JavaScript_1.5_Core:Objets_globaux:RegExp | ||
| + | |||
| + | ===== Dates relatives ===== | ||
| + | * http://kitenet.net/~joey/blog/entry/relative_dates_in_html/ | ||
| ===== Ressources ===== | ===== Ressources ===== | ||
| + | |||
| ==== Exemples ==== | ==== Exemples ==== | ||
| * window.location.search : http://www.toutjavascript.com/reference/reference.php?ref=search&parent=81 | * window.location.search : http://www.toutjavascript.com/reference/reference.php?ref=search&parent=81 | ||
| * window.document.URL http://www.toutjavascript.com/reference/reference.php?ref=URL&parent=7 | * window.document.URL http://www.toutjavascript.com/reference/reference.php?ref=URL&parent=7 | ||
| + | |||
| + | ===== « include » ===== | ||
| + | * http://www.phpied.com/javascript-include | ||
| + | * http://ajaxpatterns.org/On-Demand_Javascript | ||
| + | * http://xkr.us/code/javascript/include.js | ||
| + | * http://www.omacronides.com/news/0187-include-en-javascript/ | ||
| + | * http://www.javascriptfr.com/code.aspx?ID=15807 | ||
| + | * http://www.trucsweb.com/Javascript/trucs.asp?no=141&type=5 | ||
| + | |||
| + | ===== Comparaisons ===== | ||
| + | * http://www.codinghorror.com/blog/archives/001023.html | ||