Possible Duplicate:
What's the proper way to add selected and related attributes to inputs?
Correct value for disabled attribute
I have the following:
<button id="refreshLink" class="blue" type="button" title="Refresh Topic Grid"
data-entity="Topic"
data-href="/Admin/Contents/Reference">
<span class="center-icon sprite-arrow-circle"></span></button>
I saw lots of different ways to make this disabled.
disabled=true
disabled=disabled
disabled
Which is the correct way to do this? I am getting confused.