We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not working properly even though i followed the document.kindly see the bellow codes
`<!DOCTYPE html> <html> <head> <link rel="stylesheet" href="/editr/editr.css"> <title></title> </head> <body> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src="//cdn.jsdelivr.net/ace/1.1.01/min/ace.js"></script> <script src="//cdn.jsdelivr.net/ace/1.1.01/min/ext-emmet.js"></script> <script src="/editr/libs/ext.emmet.js"></script> <script src="/editr/editr.js"></script> <div class="editr" data-item="PROJECT-NAME" data-files-html="index-1.html;index-2.html" data-files-css="!normalize.css;style.css" data-files-js="!jquery.js;script.js"></div> </body> <script type="text/javascript"> $('.editr').each(function() { new Editr({ el: this }); }); </script> </html>
`
what else to do ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
not working properly even though i followed the document.kindly see the bellow codes
`
what else to do ?
The text was updated successfully, but these errors were encountered: