EasyUI Forum
May 03, 2024, 07:21:36 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: HELP!!$.messager.progress is not a function  (Read 14731 times)
20051289
Newbie
*
Posts: 5


View Profile
« on: July 17, 2012, 08:14:21 AM »

HI.here is my code:
Code:
$(function() {
$.messager.progress({
text : 'XXXX....',
interval : 100
});
$.parser.parse(window.document);
window.setTimeout(function() {
$.messager.progress('close');
if (self != parent) {
window.setTimeout(function() {
parent.$.messager.progress('close');
}, 500);
}
}, 1);
$.parser.auto = true;
});
i got the errors:$.messager.progress is not a function;
when i delete these code, there is an other error in the jsp page:$.messager.progress is not a function   (43 out of range 38)
how can i do??
Logged
20051289
Newbie
*
Posts: 5


View Profile
« Reply #1 on: July 17, 2012, 08:16:43 AM »

and ,there are my script :
<script type="text/javascript" src="../../ui/jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="../jilib/jquery.cookie.js"></script>
<link rel="stylesheet" type="text/css" href="../../ui/themes/icon.css">
<link rel="stylesheet" type="text/css"   href="../../ui/themes/default/easyui.css">
<script type="text/javascript" src="../../ui/jquery.easyui.min.js"></script>
<link rel="stylesheet" type="text/css" href="../jilib/portal.css">
<script type="text/javascript" src="../jilib/jquery.portal.js"></script>
<script type="text/javascript" src="../jilib/syUtil.js" charset="utf-8"></script>

the error is in syUtil.js .Thank you!
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!