Results 1 to 4 of 4

Thread: jquery problem

  1. #1
    Join Date
    Jan 2012
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default jquery problem

    hello,

    I put one slider on my site which is change on side small thumbs.
    But now it is not working and give below error.

    jQuery.easing[jQuery.easing.def] is not a function [Break On This Error] break;attr="backgroundColor";}while(el...*.3;if(a<Math.abs(c))a=c;var s=p/4;}

    My site link is : http://goldenicons.com/awards/

    It is display console error in slider.ui.js file. But it is worked in my localhost.But not work in above link server.

    Please any one can help me.....?

    Thanks in Advance.

    Cristopher
    Last edited by jscheuer1; 04-17-2012 at 09:20 AM. Reason: Format

  2. #2
    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

    There could also be other problems, but I'm pretty sure this is a factor. These script tags, perhaps others, are 404 Not Found:

    Code:
    <script type="text/javascript" src="/js/packed.js"></script>
    <script type="text/javascript" src="/js/jquery.js"></script>
    I'm not sure what the packed.js file is supposed to do or if it's required. But jquery is. You have another tag for jQuery, near the bottom:

    Code:
    <script type='text/javascript' src='http://goldenicons.com/awards/wp-includes/js/jquery/jquery.js?ver=1.7.1'></script>
    It's good, but it's too late for these scripts:

    Code:
    <script type="text/javascript" src="http://goldenicons.com/awards/wp-content/themes/bode/js/slide_jq.js"></script>
    <script type="text/javascript" src="http://goldenicons.com/awards/wp-content/themes/bode/js/slide_ui_jq.js"></script>
    You could move it or (because I see you're using noConflict mode) perhaps a copy of it to replace the missing jQuery one near the top. That might fix things or at least get us a new error to work with.
    - John
    ________________________

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

  3. #3
    Join Date
    Jan 2012
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default jquery problem

    Hello,

    Thanks for replay,

    I add jquery.js and packed.js which is not found in my site.

    But still console display same error.

    any another solution please.

    site link is the same


    thanks
    cristopher
    Last edited by jscheuer1; 04-17-2012 at 09:21 AM. Reason: Format

  4. #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

    I'm not getting that error. Is it perhaps on another page?
    - John
    ________________________

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

Tags for this Thread

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
  •