Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8136687
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T10:50:25+00:00 2026-06-06T10:50:25+00:00

I have been using a jquery slideshow, but when I include a jquery newsticker

  • 0

I have been using a jquery slideshow, but when I include a jquery newsticker (text that scrolls to the right) either the slideshow or the menu javascript popup (or both) do not work. For instance, if I put

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>

right above the slideshow script, the slidshow works but something else does not. If I put the code inside the head tag, its the other way around. This is very unusual (and not logical), but Ive been troubled with this stuff for 6 hours. I am sure this is the only link to jquery, besides a prototype.js that works with the menu. However, I am simply editing the website so I do not know how everything works.

Does anyone have an idea about what may be the solution?

The other way I can deal with this is by using a javascript slideshow (but no jquery).
But I cant find an example of what I want, that works without jquery.

What I need is this – php gets all images from a folder, and data (links) from the database. Each image is actually a link, and all images are displayed inside a div.

<div id="slideshow">
  <a href="link"> <img src="src.jpg"> </a>
  <a href="link"> <img src="src.jpg"> </a>
  <a href="link"> <img src="src.jpg"> </a>
</div>

div id slideshow is what the javascript (again, not jquery) uses to know what to cycle (fade animation). Can someone please help me here?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T10:50:27+00:00Added an answer on June 6, 2026 at 10:50 am

    Other libraries like prototype and mootools also share the same “$” alias so when combined in same page they conflict.

    You will need to use jQuery.noConflict() to resolve.

    In a script tag immediately after jQuery loads call:

     jQuery.noConflict();
    

    Now in order to continue using “$” in your code, wrap code in:

      jQuery(function($){/* $ argument passes use of $ alias for jQuery into function*/
    
          $(selector).hide() ; /* can use normal jQuery syntax inside this function*/
    
      });
    

    http://docs.jquery.com/Using_jQuery_with_Other_Libraries

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am fairly new to JQuery API. I have been using mouseover, but I
I have been using jQuery lately, but never used JSON with it. Now, I
I have been using jquery ui with no problem but just recently the jquery
I am very new to javascript and have been using the JQuery library quite
I have been using jQuery for all my projects in PHP, Java etc. but
I have been using the jquery appear plugin for some time now, but it
I have a bit of jQuery I have been using to set default text
I have been using jquery mobile for developing a restaurant e-menu for ipad and
I have been using jQuery overlays that appear to only work on jQuery version
I have been using Jquery alot lately an was wondering if I should use

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.