| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente |
| navbar [2016/07/19 14:32] – athibeault | navbar [2020/11/03 17:25] (Version actuelle) – modification externe 127.0.0.1 |
|---|
| * [[fr:api:plateformecommunication|Plateforme Communications Astus]] | * [[fr:api:plateformecommunication|Plateforme Communications Astus]] |
| |
| * {{:flags:quebec.png?nolink | }} | |
| * [[start|Français]] | |
| * [[en:start|English]] | |
| |
| <js> | |
| function getQueryString(name) { | |
| name = name.replace(/[\[]/, "\\\[").replace(/[\]]/, "\\\]"); | |
| var regexS = "[\\?&]" + name + "=([^&#]*)"; | |
| var regex = new RegExp(regexS); | |
| |
| var results = regex.exec(window.location.search); | |
| if (results == null) | |
| return null; | |
| |
| return decodeURIComponent(results[1].replace(/\+/g, " ")); | |
| } | |
| jQuery("a[title='" + getQueryString("id") + "']").css({backgroundColor: '#666666'}) | |
| </js> | |