We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866d1f5 commit d9df127Copy full SHA for d9df127
README.md
@@ -61,9 +61,10 @@ You can set plugin configs in DOM element attribute `jquery-codemirror-config` o
61
62
CodeMirror object is initialized and saved for each element via `$.data(element, 'codemirror')`
63
64
-You can access it and use as specified in CodeMirror manual
+You can access it and use as specified in CodeMirror manual (after initialization is done)
65
66
```
67
+$(...).codemirrorInit();
68
$.data($(...)][0], 'codemirror').getValue()
69
70
0 commit comments