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
管理画面においてはJSはインラインで記述されており(HTML内でのscriptタグによるJavacript記述)、JSだけでなくHTML(テンプレート)も機能追加・メンテナンスがしづらい。 Javscriptを外部ファイル化し、HTMLもJSもメンテ・機能追加しやすくする。
javascript:〜
onclick
ajax
The text was updated successfully, but these errors were encountered:
uzulla
No branches or pull requests
管理画面においてはJSはインラインで記述されており(HTML内でのscriptタグによるJavacript記述)、JSだけでなくHTML(テンプレート)も機能追加・メンテナンスがしづらい。
Javscriptを外部ファイル化し、HTMLもJSもメンテ・機能追加しやすくする。
NOTE
将来的に以下を目指すための足がかり
javascript:〜
や、onclick
などのインライン廃止ajax
など通信系は設計が古臭く、微妙なので。課題
The text was updated successfully, but these errors were encountered: