EasyUI Forum

General Category => Bug Report => Topic started by: mzeddd on April 10, 2014, 02:39:48 AM



Title: 1.3.6 linkbutton href usage
Post by: mzeddd on April 10, 2014, 02:39:48 AM
Hi,

It seems like with 1.3.6 the following code does not work anymore.
Code:
<a href="login.php?logout" class="easyui-linkbutton" plain="true">Logout</a>

I use this linkbutton as link to next page. But with 1.3.6 nothing happens when I click on it. (no problem with 1.3.5)

Is it bug of feature?

Thanks


Title: Re: 1.3.6 linkbutton href usage
Post by: stworthy on April 10, 2014, 08:47:13 AM
To solve this issue, please download the patch file from http://www.jeasyui.com/download/downloads/jquery-easyui-1.3.6-patch.zip.


Title: Re: 1.3.6 linkbutton href usage
Post by: mzeddd on April 10, 2014, 09:01:33 AM
Good. It works.

Thanks!