Results 1 to 3 of 3

Thread: Jquery.js adding problem.

  1. #1
    olmeca2005's Avatar
    Join Date
    Mar 2011
    Location
    Turkey
    Posts
    18
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Jquery.js adding problem.

    I am using a shifting text js on my vantage website. But when I added to a new jquery.js line like
    HTML Code:
    <script src="kayanbolum/js/jquery.js" type="text/javascript"></script>
    my gallery images js doesn't work. Just I remove this line gallery image js works. But If I don't add this line my text js doesn't work. What must I do? My js is this:
    Code:
            <script src="kayanbolum/js/jquery.js" type="text/javascript"></script>
            <script src="kayanbolum/js/jcarousellite.js" type="text/javascript"></script>
            <script type="text/javascript">
                $(document).ready(function() {
                    $("#jcarousellite").jCarouselLite({
                        vertical: true,
                        hoverPause: true,
                        visible: 4,
                        auto: 2100,
                        speed: 400,
                        btnNext: "#yorumlar .button .down",
                        btnPrev: "#yorumlar .button .up"
                    });
                });
            </script>
    - - - Updated - - -

    Additinally; I added codes to wrapper.php
    do i do something wrong? Any idea?

  2. #2
    olmeca2005's Avatar
    Join Date
    Mar 2011
    Location
    Turkey
    Posts
    18
    Thanks
    4
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    olmeca2005's Avatar
    Join Date
    Mar 2011
    Location
    Turkey
    Posts
    18
    Thanks
    4
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Dimitris Old jQuery version if 'Google CDN jQuery' is activated?
    By per4mance in forum Report JobRoller Bugs
    Replies: 2
    Last Post: March 10th, 2013, 03:27 PM
  2. Adding jquery scripts to a Classipress child theme
    By ybpress in forum Report ClassiPress Bugs
    Replies: 7
    Last Post: January 31st, 2012, 10:39 AM
  3. Adding jQuery to Clipper, Flash problems
    By rbatt in forum Clipper General Discussion
    Replies: 1
    Last Post: December 8th, 2011, 06:49 AM
  4. Issues adding anything with jquery
    By reboot in forum ClassiPress General Discussion
    Replies: 3
    Last Post: July 5th, 2011, 12:08 PM