Today, my master told me to learn about easyui, so I went to the official website to download the package, and then I decided to import the package. The official website found that jquery was useless, I have been studying for a few hours, but I haven't gotten it out!
Later I thought about which Forum I saw that the jquery package imported by easyui could not be used if it was incorrect. So I tried it and removed the official package, use the JS package officially downloaded from jquery to try it .. The result is decisive !!!!!! Easyui1.3.3 is too bad !!
<SCRIPT type = "text/JavaScript" src = "jquery-easyui-1.3.3/jquery-1.9.1.js"> </SCRIPT>
<SCRIPT type = "text/JavaScript" src = "jquery-easyui-1.3.3/jquery. easyui. Min. js"> </SCRIPT>
<SCRIPT type = "text/JavaScript" src = "jquery-easyui-1.3.3/locale/easyui-lang-zh_CN.js"> </SCRIPT>
<! -- <SCRIPT type = "text/JavaScript" src = "jquery-easyui-1.3.3/jquery. Min. js"> </SCRIPT> -->
Comment out the official package. Make sure that you can !!!
I have never been so confused!