Results 1 to 4 of 4

Thread: Page up VS Content Slider

  1. #1
    Join Date
    Apr 2009
    Posts
    45
    Thanks
    18
    Thanked 0 Times in 0 Posts

    Unhappy Page up VS Content Slider

    Hello guys,

    Page up java script code depends on jquery-1.2.2.pack.js
    and java script code Contend Slider depends on jquery.min.js

    yea a conflict must happen due to $ so i've tried to use

    Code:
    <script>
    var J = jQuery.noConflict();
    </script>
    and it didn't worked at all so if someone have any idea will be glad to know it

    here is an example download it and test it

    http://www.egturnkey.com/prob.rar

    thanks in advance
    Last edited by Snookerman; 04-23-2009 at 07:39 AM. Reason: added “Resolved” prefix

  2. #2
    Join Date
    Apr 2009
    Posts
    45
    Thanks
    18
    Thanked 0 Times in 0 Posts

    Default

    still can't resolve it ,,

    Hope someone gives a hand

  3. #3
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    I'm not sure about this, but since nobody has answered, try adding the highlighted:
    Code:
    <script type="text/javascript">
    var J = jQuery.noConflict();
    </script>
    Good luck!

  4. The Following User Says Thank You to Snookerman For This Useful Post:

    egturnkey (04-22-2009)

  5. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Last edited by jscheuer1; 04-22-2009 at 10:34 AM. Reason: minor correction to featuredcontentglider.js
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  6. The Following User Says Thank You to jscheuer1 For This Useful Post:

    egturnkey (04-22-2009)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •