Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Symfony2 でアプリケーションを作成しています。ロギング jQuery コードを実行して、ページにアクセスする Web ユーザーに応じてスタイルシートも変更したい場合。ユーザーがメソッドを呼び出してAuthenticationHandlerInterfaceも、そこからコードを実行できる場合は?
AuthenticationHandlerInterface
アイデアは、スタイルシート名を参照してログに記録されたユーザーを取得し、jQuery コードを実行して CSS リンクの href 属性を変更することです。
ありがとう