[Pro] Hover Image - Plugin jQuery

Hi all Can some please help me as i need to try and apply jQuery into the site

I understand the structure but Im finding a real problem trying to apply it into freeway

thanks
tu
http://codecanyon.net/item/zalki-hover-image-plugin-jquery/3987074?sso?WT.ac=search_item&WT.seg_1=search_item&WT.z_author=Zalki-Lab

http://codecanyon.net/item/zalki-hover-image-plugin-jquery/3987074?sso?WT.ac=search_item&WT.seg_1=search_item&WT.z_author=Zalki-Lab


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Adding jQuery is not the issue - getting it to play nice with the standard FW actions which use script/protaculous can be the issue.

If you are happy to stick to jQuery for a particular page then this should be straightforward - mixing can cause headaches.

Without seeing the Read Mes for that particular Plug in I cannot be too specific but essentially you link to the code library (jQuery) in Page >Html markup in the before End Head section along with the link to the Plug in script and the initialisation javascript

<script src="jQuery/jquery.easing.1.3.js" type="text/javascript"></script>
<script src="js/jquery.zalki_hover_img.min-0.2.js" type="text/javascript"></script>

<script type="text/javascript">

$(window).load(function(){

$('.main_box').ZalkiHoverImg(


);

});

</script>

And in the Body of your page the items that have the effect on them are set with particular Tags. But without the Read Me thats as much as I can tell you.

Of the effects that are demoed on the site is there a particular one you wanted to use because it is likely it can be duplicated in Script/Protaculous to avoid conflicts.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options