This is a migrated thread and some comments may be shown as answers.

[Solved] Disabled attribute don't work with chrome/mozilla

0 Answers 39 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Helmi
Top achievements
Rank 1
Helmi asked on 04 May 2012, 02:22 PM
Hello every one,
i have a problem to disable a link using css when using chrome/mozilla.in fact the function
    $(e.row).find('a.button-state').attr('disabled', 'true'); work only with IE.
the HTML Code is 
<a href="/CustomerGrid/CustomerFirstLook/7878?CustomerGrid-page=1&amp;CustomerGrid-orderBy=&amp;CustomerGrid-filter=CustomerStatus~eq~true" class="t-button button-state t-grid-ValidApproved" disabled="disabled">Approve Customer</a> I don't know really what i have to do .
Best regards,
Helmi
Tags
General Discussions
Asked by
Helmi
Top achievements
Rank 1
Share this question
or