but am not quite sure how to point jquery.lightbox-0.5.min.js to these files. It appears that no matter what I type in to try to point to the location in the lightbox script file, when I hover over the broken image links it ends up being
「Content/Images/Lightbox http://locahost:8080/Home/Project/../Content/Images/Lightbox/lightbox-btn-close.gif 」に、ライトボックスのロード、前/次/閉じるボタンがあります
これは、ライトボックス スクリプト ファイルに移動し、場所を ../Content/Images/Lightbox/lightbox-btn-close.gif に変更したときです。これは、javascript ファイル ( にあります) に関連していますScripts/jquery.lightbox-0.5.min.js
。
現在のページの現在の場所に../
追加するだけで、現在の URL の末尾にリテラル文字列を追加するだけなので、値がないようです。どうすればこれを修正できますか?