首页 新闻 会员 周边

easyui-validatebox's tootip display

0
悬赏园豆:30 [已关闭问题] 关闭于 2014-05-30 16:58

页面结构

部分代码

<div id="dlg" class="easyui-dialog"  title="title"
            closed="true" buttons="#dlg-buttons">
        <div class="ftitle">列信息</div>
        <form id="fm" method="post" novalidate>
        <table>
            <tr>
                <td>字段名称</td>
                <td><input name="name" class="easyui-validatebox" data-options="required:true,validType:['column','length[1,20]']"></td>
            </tr>
            <tr>
                <td>中文名称</td>
                <td><input name="cname" class="easyui-validatebox" data-options="required:true,validType:['Chinese','length[1,20]']"></td>
            </tr>

请帮忙解决一下提示的显示问题

问题补充:
function _1cd(_1ce,e){
var _1cf=$.data(_1ce,"tooltip");
var opts=_1cf.options;
var tip=_1cf.tip;
if(!tip){
tip=$("<div tabindex=\"-1\" class=\"tooltip\">"+"<div class=\"tooltip-content\"></div>"+"<div class=\"tooltip-arrow-outer\"></div>"+"<div class=\"tooltip-arrow\"></div>"+"</div>").appendTo("body");
_1cf.tip=tip;
_1d0(_1ce);

这是jquery的代码,debug的过程中,!tip == true, tip被appendTo("body")

N E T W O R K的主页 N E T W O R K | 菜鸟二级 | 园豆:204
提问于:2014-05-28 17:53
< >
分享
所有回答(1)
0

http://www.jeasyui.com/forum/index.php?topic=2512.0

在debug的过程中,发现easyui.css disable,浏览到上面的链接,使用最新的easyui.css,显示变正常了

N E T W O R K | 园豆:204 (菜鸟二级) | 2014-05-30 16:58
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册