Lines Matching refs:jQuery

30         let list = jQuery(id);
33 jQuery('<option>')
96 jQuery.each(jQuery('#refnotes-lang').html().split(/:eos:/), function (key, value) {
131 jQuery.ajax({
199 jQuery('#server-status')
233 this.element = jQuery('#field-' + settingName);
292 jQuery('#field-reference-db-namespace').css('width', '19em');
454 this.element = jQuery('#field-' + styleName);
507 let button = jQuery('#field-' + styleName + '-inherit');
568 jQuery('#select-namespaces').change(onNamespaceChange);
569 jQuery('#name-namespaces').prop('disabled', true);
570 jQuery('#add-namespaces').click(onAddNamespace).prop('disabled', true);
571 jQuery('#rename-namespaces').click(onRenameNamespace).prop('disabled', true);
572 jQuery('#delete-namespaces').click(onDeleteNamespace).prop('disabled', true);
583 let name = validateName(jQuery('#name-namespaces').val(), 'ns', namespaces);
598 let newName = validateName(jQuery('#name-namespaces').val(), 'ns', namespaces);
634 jQuery('#name-namespaces').prop('disabled', false);
635 jQuery('#add-namespaces').prop('disabled', false);
647 jQuery('#name-namespaces').val(current.getName());
648 jQuery('#rename-namespaces').prop('disabled', current.isReadOnly());
649 jQuery('#delete-namespaces').prop('disabled', current.isReadOnly());
784 this.element = jQuery('#field-' + attributeName);
838 jQuery('#select-notes').change(onNoteChange);
839 jQuery('#name-notes').prop('disabled', true);
840 jQuery('#add-notes').click(onAddNote).prop('disabled', true);
841 jQuery('#rename-notes').click(onRenameNote).prop('disabled', true);
842 jQuery('#delete-notes').click(onDeleteNote).prop('disabled', true);
843 jQuery('#field-note-text').change(onTextChange);
854 let name = validateName(jQuery('#name-notes').val(), 'note', notes);
869 let newName = validateName(jQuery('#name-notes').val(), 'note', notes);
911 jQuery('#name-notes').prop('disabled', false);
912 jQuery('#add-notes').prop('disabled', false);
924 jQuery('#name-notes').val(current.getName());
925 jQuery('#rename-notes').prop('disabled', current.isReadOnly());
926 jQuery('#delete-notes').prop('disabled', current.isReadOnly());
927 jQuery('#field-note-text').val(current.getText()).prop('disabled', current.isReadOnly());
958 jQuery('#save-config').click(function () {
964 jQuery('#server-status').show();
1031 jQuery(function () {
1032 if (jQuery('#refnotes-config').length != 0) {