EasyUI Forum
May 02, 2024, 12:26:12 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: searchbox bug with maxthon  (Read 16853 times)
beiouwolf
Newbie
*
Posts: 2


View Profile Email
« on: August 09, 2011, 07:32:38 PM »

i use searchbox like demo:
Code:
<script type="text/javascript">  
    function qq(value,name){   
        alert(value+":"+name)   
    }   
</script> 
<input id="ss" class="easyui-searchbox" 
        searcher="qq" 
        prompt="Please Input Value" menu="#mm" style="width:300px"></input> 
           
<div id="mm" style="width:120px"> 
    <div name="all" iconCls="icon-ok">All News</div> 
    <div name="sports">Sports News</div> 
</div>
function query return
value:undefined

my maxthon ver:2.5.15

but it worked well in firefox and ie
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!