Friday 25 June 2010 4:44:15 pm
Now I am reaching the point Can you plz check this code in ezjscore.ini and give me suggestion since I am the first time dealing with ezjscore. I need 3 jquery files for pgalayout.tpl 1. jquery-1.3.2.min.js 2. jquery.scrollTo-1.4.0-min.js 3. jquery.smoothDivScroll-0.9-min.js In ezjscore.ini I set it as LoadFromCDN=enabled
#PreferredLibrary=yui3 PreferredLibrary=jquery
ExternalScripts[jquery]=http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js ExternalScripts[jquery]=http://flesler-plugins.googlecode.com/files/jquery.scrollTo-1.4.0-min.js Also i didn't get the CDN link for 3rd jquery file jquery.smoothDivScroll-0.9-min.js So I downloaded this file jquery.smoothDivScroll-0.9-min.js and put it in \extension\ezjscore\design\standard\javascript And then I load this LocalScripts[jquery]=jquery.scrollTo-1.4.0-min.js But something wrong with scrolling. Do I need to declare this js files somewhere else like design.ini.append.php of user site access Or in somewhere. Any idea will be helpful Everything is fine.But I think I need to declare it somewhere else. Any suggestions will be helpfull. I have checked the whole code in wwwroot dir everything is ok. Any help
|