Search and Top Navigation
#6762 closed bug (notabug)
Opened December 19, 2010 01:10PM UTC
Closed December 19, 2010 07:24PM UTC
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.
Attachments (0)
Change History (1)
Changed December 19, 2010 07:24PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
idleTimeout isn't part of jQuery UI.