Home | History | Annotate | Download | only in js

Lines Matching refs:selectedLevel

2332   var selectedLevel = maxLevel;
2334 selectedLevel = parseInt($("#apiLevelSelector option:selected").val());
2335 toggleVisisbleApis(selectedLevel, "body");
2340 writeCookie(API_LEVEL_COOKIE, selectedLevel, null, expiration);
2342 if (selectedLevel < minLevel) {
2347 + selectedLevel + ". You can change the documentation API level with the selector "
2361 function toggleVisisbleApis(selectedLevel, context) {
2376 var selectedLevelNum = parseInt(selectedLevel)
2490 var selectedLevel = $("#apiLevelSelector option:selected").val();
2491 toggleVisisbleApis(selectedLevel, "#side-nav");
2561 var selectedLevel = $("#apiLevelSelector option:selected").val();
2562 toggleVisisbleApis(selectedLevel, "#side-nav");