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.
クエリがあります。以下のコードを使用して、aspxファイルの1つでjqueryを使用しています。
<script type="text/javascript" src="<%= ResolveClientUrl ("js/jquery-1.8.1.js")% >"> </script>
ただし、私のjsフォルダーにはjquery-1.8.2.minファイルを保持していますが、カスケードドロップダウンのコードは機能しています。
どのようにそれは可能ですか?
ありがとう