EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: crosemffet on January 27, 2018, 11:39:49 AM



Title: unselect linkbutton
Post by: crosemffet on January 27, 2018, 11:39:49 AM
hello everybody and thanks in advance for your support.
I need to unselect one clicked button,
I'm using:
$('#btn').linkbutton('unselect');
but it doesn't work.
any ideas?
regards,


Title: Re: unselect linkbutton
Post by: jarry on January 27, 2018, 04:40:02 PM
Please look at this example http://code.reloado.com/aguses3/edit#html,live. It works fine.


Title: Re: unselect linkbutton
Post by: Coder on December 18, 2022, 01:30:09 PM
code.reloado.com - ERR_NAME_NOT_RESOLVED

How to UNCHECK/UNSELECT ALL buttons in group ?


Title: Re: unselect linkbutton
Post by: juancitop on December 19, 2022, 11:45:32 AM
Try this:

Code:
$('#btn').linkbutton({selected:false});