开发者

when is the alternate for this plugin jquery-ui-1.8.6.custom.min.js

开发者 https://www.devze.com 2023-03-14 05:46 出处:网络
when i use jquery-ui-1.8.6.custom.m开发者_如何学Goin.jsthis pluginsome ui issues are comming Please let me know if any other alternative for this Plugin .You\'ve probably forgotten to include the appr

when i use jquery-ui-1.8.6.custom.m开发者_如何学Goin.js this plugin some ui issues are comming Please let me know if any other alternative for this Plugin .


You've probably forgotten to include the appropriate style sheets. See here, but in short you'll need something like this (obviously with your version numbers).

<link type="text/css" href="css/themename/jquery-ui-1.8.14.custom.css" rel="Stylesheet" />  
<script type="text/javascript" src="js/jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.8.14.custom.min.js"></script>
0

精彩评论

暂无评论...
验证码 换一张
取 消