![]() |
|
Zenphoto and Jquery Problem - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Zenphoto and Jquery Problem (/thread-7550.html) |
Zenphoto and Jquery Problem - zend - 2010-08-30 How do I apply jkuerj to albums of this gallery. I tried this but it will not work <Head> <Script type = "text / javascript" src = "<? Php $ _zp_themeroot?> / Js / jquery.js"> </ script> </ Head> I want this effect to apply to their albums. http://www.sohtanaka.com/web-design/examples/hover-over-trick/ Mei you can help make sure that java script link to the gallery that it would work. Because I think it is a test that said I did well the path to the java script ... Zenphoto and Jquery Problem - acrylian - 2010-08-30 No double posts please. Thanks. jQuery is already ob board with Zenphoto (look at `zp-core/js`) and already loaded on the standard themes by the function `zenJavascript()` (plus possible other js stuff from plugins). [i]<Script type = "text / javascript" src = "<? Php $ _zp_themeroot?> / Js / jquery.js"> </ script>[/i] You should learn some basics, `<? Php $ _zp_themeroot?>` does nothing without `echo`. |