Opened 13 years ago

Closed 13 years ago

#6762 closed bug (notabug)

Microsoft JScript runtime error: Object doesn't support this property or method

Reported by: itresumesha Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.core Version: 1.8.7
Keywords: Cc:
Blocked by: Blocking:

Description

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

<script type="text/javascript" src="jquery/jquery-ui-1.7.2.custom.min.js"></script> <script src="jquery/jquery-idleTimeout.js" type="text/javascript" charset="utf-8"></script>

<script type="text/javascript" charset="utf-8">

$(document).ready(function(){

$(document).idleTimeout({

inactivity: 1200000,

noconfirm: 10000, sessionAlive: 1200000, redirect_url:'unloadp.aspx?to=ideal'

});

});

</script>

am getting "Microsoft JScript runtime error: Object doesn't support this property or method" error pls help me.

Change History (1)

comment:1 Changed 13 years ago by Scott González

Resolution: invalid
Status: newclosed

idleTimeout isn't part of jQuery UI.

Note: See TracTickets for help on using tickets.