やりたいこと
「.sample」の中に特定の文字が存在する場合(例)りんご)、「.aaa」に指定のhtmlを表示という<br>
処理をおこないたいのですが、以下書き方でうまくいきません。
自分なりに調べてみたのですが「indexOf」のが適切なのでしょうか?
<html> <head> <script src="jquery.js" type="text/javascript"></script> <script> jQuery(function(){ if(".sample:contains('りんご')"){ jQuery(".aaa").load("apple.html"); } else if(".sample:contains('みかん')"){ jQuery(".aaa").load("orange.html"); } else{ jQuery(".aaa").load("other.html"); } }); </script> </head> <body> <div class="sample">りんご</div> <div class="aaa"></div> </body> </html>
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/09/09 07:42
2019/09/09 07:50
2019/09/09 09:11
2019/09/09 09:26
2019/09/09 10:42
2019/09/09 10:51
2019/09/10 08:45