开发者

Use JGrowl with Theme roller

I want to know how to use my Jquery UI the开发者_开发知识库me with JGrowl. The site says it can be done. The questions is answered here:

How do I themeroll jGrowl

and the asker seemed happy with the answer, however I did what the solution said: include the Jquery ui css file.

<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.8.5.custom.min.js"></script>
<link type="text/css" href="css/redmond/jquery-ui-1.8.5.custom.css" rel="stylesheet" />
<script type="text/javascript" src="jgrowl/jquery.jgrowl.js"></script>
<link rel="stylesheet" href="jgrowl/jquery.jgrowl.css" type="text/css"/>

But it does not use my custom theme. I tried not linking to the jgrowl.css file, but then it did not work right at all.

Any ideas? Thanks!


You express concern that it might actually be working, but with unexpected coloring. To test this, switch to a different jQuery theme, and see if the jGrowl elements change.

If they don't, check the jGrowl version. According to http://forum.jquery.com/topic/jgrowl-question, version 1.2.0 doesn't use jQuery-ui themes automatically, but version 1.2.4 does.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜