Hi,
I have developed an application in which when i click on button then its focus appers on the button and its corrner.
I want when i click on the button its focus should not appers.I have used the code which is not working.
.btn:focus
{
outline: none;
}
or
$('#mt1').blur();
Its not working.
Please help me
Thanks in advance
Mohit Kumar