EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: sky_proj on June 08, 2015, 09:43:20 AM



Title: How to show easyui version+check easyui has been loaded
Post by: sky_proj on June 08, 2015, 09:43:20 AM
Can we get the version of easyui?
Alert ('you are using ver easyui:'+easyui.ver());

How to check that easyui has been loaded so no need double initial:
If (easyui not load){
<script type="text/javascript" src="easyui/jquery.easyui.min.js"></script>
}else{
Alert ('already loaded');
}


Title: Re: How to show easyui version+check easyui has been loaded
Post by: stworthy on June 09, 2015, 01:00:14 AM
If you want to load easyui components dynamically, please try to use the easyloader plugin. For more information please refer to http://www.jeasyui.com/documentation/easyloader.php