Home | History | Annotate | Download | only in js

Lines Matching refs:selectedLevel

1981   var selectedLevel = maxLevel;
1983 selectedLevel = parseInt($("#apiLevelSelector option:selected").val());
1984 toggleVisisbleApis(selectedLevel, "body");
1989 writeCookie(API_LEVEL_COOKIE, selectedLevel, null, expiration);
1991 if (selectedLevel < minLevel) {
1996 + selectedLevel + ". You can change the documentation API level with the selector "
2010 function toggleVisisbleApis(selectedLevel, context) {
2025 var selectedLevelNum = parseInt(selectedLevel)
2139 var selectedLevel = $("#apiLevelSelector option:selected").val();
2140 toggleVisisbleApis(selectedLevel, "#side-nav");
2204 var selectedLevel = $("#apiLevelSelector option:selected").val();
2205 toggleVisisbleApis(selectedLevel, "#side-nav");