Posted
on May 4, 2012
(permalink)
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&CustomerGrid-orderBy=&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