EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: aswzen on July 16, 2014, 07:28:31 PM



Title: How to make menu on list(dropdown) act as a link?
Post by: aswzen on July 16, 2014, 07:28:31 PM
Yes..how to do that?

I know the menu list is populated with <div> , and i tried to populate them with <a> link..but the menu appear not properly (weird)..



thanks in advance


Title: Re: How to make menu on list(dropdown) act as a link?
Post by: stworthy on July 17, 2014, 03:51:16 PM
Please try the code below:
Code:
<div class="easyui-menu" style="width:120px;">
<div href="window.html">Window</div>
<div><a href="http://www.jeasyui.com" target="_blank">EasyUI</a></div>
</div>