Lines Matching +defs:open +defs:id
23 function escapeId(id) {
24 return id.replace(/([:.])/g, '\\$1');
33 function getLang(id) {
34 if (id in batcheditLang) {
35 return batcheditLang[id];
41 function updateConfig(id, value) {
45 config[id] = value;
66 jQuery('.be-match input[id^=' + escapeId(this.id) + ']').prop('checked', this.checked);
71 var pageId = escapeId(this.id.substr(0, this.id.indexOf('#')));
72 var pageMatches = jQuery('.be-match input[id^=' + pageId + ']').get();
85 return this.id;
204 function open() {
215 open();