Re: Need help with ajax "hotlava" theme |
Subject: Re: Need help with ajax "hotlava" theme by drummond on 2008/1/15 17:18:08 Okay, I think I've somewhat resolved the image path issue with the lightwindow plugin. But here's the problem, I have to hard code "/themes/hotlava/assets/lightwindow/images/ajax-loading.gif" or whatever in lightwindow.js because for some reason using <{xoImgUrl}> translates into %3C%7BxoImgUrl%7D%3E Anyone know how to escape those characters in JS? I've used those codes before in JS with no problem, so I'm scratching my head. It looks like this in the JS file: overlay : {
opacity : 0.7,
image : '/themes/hotlava/assets/lightwindow/images/black.png',
presetImage : '/themes/hotlava/assets/lightwindow/images/black-70.png'
}, |