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

  • SEARCH
  • Home
  • 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 8500139
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T00:51:44+00:00 2026-06-11T00:51:44+00:00

IE9 is throwing Object doesn’t support property or method ‘revolver’ error – other browsers

  • 0

IE9 is throwing “Object doesn’t support property or method ‘revolver’ ” error – other browsers are working correctly – javascripts are entered in a good order i think – and i do not use prototype or more jquery versions as well.

My code:

<!-- latest jQuery  -->
<script type="text/javascript" src="js/jquery/jquery.js" />
</script>
<script type="text/javascript" src="js/ajaxhelper.js"></script>
<!-- JScrollPane mousewheel plugin -->
<script type="text/javascript" src="js/jscrollpane/jquery.mousewheel.js"></script>
<!-- JScrollPane script -->
<script type="text/javascript" src="js/jscrollpane/jquery.jscrollpane.min.js">                         
</script>
<!-- Revolver.js -->
<script type="text/javascript "src="js/revolver/jquery.revolver.min.js"></script>

And my ajaxhelper class:

function getProject(id){
$.ajax(
{
    type    : "POST",
    url     : "projects.php",
    data    : {
        "project-id" : id,
        "action" : "image"
    },
    success : function(response)
    {                      

        $(".imagesection").empty();

        $(".imagesection").append(response);

        var revolver = $('#my-slider').revolver({ ... }).data('revolver');

}

I am appending the “my-slider” , and calling the revolver function on it – theres where IE9 stops.

  • 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-11T00:51:46+00:00Added an answer on June 11, 2026 at 12:51 am

    In your HTML HEAD block, change

    <script type="text/javascript "src="js/revolver/jquery.revolver.min.js"></script>
    

    to

    <script type="text/javascript" src="js/revolver/jquery.revolver.min.js"></script>
    

    Notice where the double quote is after text/javascript? 😛

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

Sidebar

Related Questions

Possible Duplicate: IE9 HTML5 video support I am working with a client to try
All other browsers (including IE9, exluding ancient ones) send correct requests for the following
In IE9, the numeric keys of object properties are sorted and that results in
I'm throwing an exception in my code. IE9 console reads Exception thrown and not
In IE9, which border radius property will work? border-radius:20px -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius:20px
Possible Duplicate: jQuery .load method not firing on IE9 Hi I'm using a simple
I'm stuck in IE9 of my program. When I load my page, IE9 doesn't
On IE8 (not on IE9 or Safari) I get an error this.text_array is null
This page says that IE9 and Opera 11.6 support the context-menu cursor on Windows,
running this in IE9: if (typeof(JSON) === 'object' && typeof(JSON.parse) === 'function') { //

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.