Mmm somehow my firefox cache was not removed, it's working now and the 
problems where due to three javascripts:

<!--- temporary!!! --->

    <script src="//cdn.jquerytools.org/1.2.6/full/jquery.tools.min.js"
></script>

    <script type="text/javascript">
    $j(function(){
        $j("##header-search input[name='q']").focus(function(){
            if (this.value == "Search") this.value = "";
        });
        $j("##header-search input[name='q']").blur(function(){
            if (this.value == "") this.value = "Search";
        });
    });
    </script>

<!--- temporary!!! --->
 

<skin:loadJS id="jquery" />

and a cookie control script of http://www.geoplugin.net...

Thanks!

Op zondag 6 januari 2013 01:46:31 UTC+1 schreef AJ Mercer het volgende:
>
> if dualSlider is in the webroot then the path is ok.
>
> Are you getting javascript errors?
>
> Do you have you the 
> $(document).ready(function() {  $(".carousel").dualSlider({ auto:true, 
> autoDelay: 
> 6000, easingCarousel: "swing", easingDetails: "easeOutBack",durationCarousel: 
> 1000, durationDetails: 
> 500 });  });
>
>
>
> and using
>
> <div class="carousel clearfix">
>
>
>
> taken from
> view-source:
> http://www.htmldrive.net/edit_media/2010/201008/20100831/dualSlider/index.html
>
>
>
>
> On 6 January 2013 07:46, Marco van den Oever 
> <[email protected]<javascript:>
> > wrote:
>
>> Hi all, i am trying to integrate a dualSlider: 
>> http://www.htmldrive.net/items/show/486/jQuery-dualSlider.html into a 
>> farcry project.
>> I am not able to make it work.
>>
>> I have removed all farcry javascript from displayHeaderStandard 
>> (<skin:loadJS id="jquery" />)
>> And other javascript that was added there.
>>
>> Are there other places that put in javascript which could interfere with 
>> the dualSlider's javascript?
>>
>> In displayheaderStandard i have included the javascript as:
>>
>> <script src="/dualSlider/scripts/jquery-1.3.2.min.js" 
>> type="text/javascript"></script>
>> <script src="/dualSlider/scripts/jquery.easing.1.3.js" 
>> type="text/javascript"></script>
>> <script src="/dualSlider/scripts/jquery.timers-1.2.js" 
>> type="text/javascript"></script>
>> <script src="/dualSlider/scripts/jquery.dualSlider.0.3.js" 
>> type="text/javascript"></script>
>>
>> Is that path ok to use in displayHeaderStandard?
>>
>> Thanks!
>>
>>  -- 
>> You received this message cos you are subscribed to "farcry-dev" Google 
>> group.
>> To post, email: [email protected] <javascript:>
>> To unsubscribe, email: [email protected] <javascript:>
>> For more options: http://groups.google.com/group/farcry-dev
>> --------------------------------
>> Follow us on Twitter: http://twitter.com/farcry
>>  
>>  
>>
>
>
>
> -- 
>
> *AJ Mercer*
> <webonix:net strength="Industrial" /> <http://webonix.net> | <webonix:org 
> community="Open" /> <http://webonix.org>
> http://twitter.com/webonix
> Railo Community Manager<http://www.getrailo.org/index.cfm/community/team/>
>  

-- 
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry


Reply via email to