A
ASP.NET22
Gast
Debugger:
Laufzeitfehler in Microsoft JScript: '_this.album[...].link' ist Null oder kein Objekt
Strucktur:
Project
-Images
--Lightbox
---close.png
---...
-Scripts
--jquery-1.7.2-min.js
--lightbox.js
--modernizr-2.5.3.min.js
-Views
--AnyFolder
---Index.aspx (includes:
)
--Shared
---Site.Master (includes:
)
Why?
Thanks
Laufzeitfehler in Microsoft JScript: '_this.album[...].link' ist Null oder kein Objekt
Code:
_this.album
[0].link: "../../Images/Pics300x/IMG_2341.png"
[0].title: "undef"
.length
lenght: 1
Strucktur:
Project
-Images
--Lightbox
---close.png
---...
-Scripts
--jquery-1.7.2-min.js
--lightbox.js
--modernizr-2.5.3.min.js
-Views
--AnyFolder
---Index.aspx (includes:
Code:
<a href="../../Images/Pics300x/IMG_2341.png" rel="lightbox"><img src="../../Images/Pics300x/IMG_2341.png" alt="" align="left" style="padding:5px 5px 5px 5px;"/></a>
--Shared
---Site.Master (includes:
Code:
<script type="text/javascript" src="../../Scripts/jquery-1.7.2.min.js"></script><script type="text/javascript" src="../../Scripts/lightbox.js"></script>
Why?
Thanks