Indicates to user that it's not editable
Depending on which DOCTYPE he's using, it should not be correct, use 'disabled=disabled' with xhtml 1.0
Boris Guéry
2009-08-28 08:47:47
what's the effect of disabling img?
Shore
2009-08-28 08:50:39
try it!!!!! !
redsquare
2009-08-28 08:52:07
@redsquare ,tried, the "disabled" attribute has no effect to img:(
Shore
2009-08-28 08:55:43
$('#elementId').attr('disabled', 'disabled')or $('#elementId').attr('disabled', true)which is right?
Shore
2009-08-28 08:48:53
correct, better to make the image opaque I would think, what do you want to do?
redsquare
2009-08-28 08:53:12
how can an image be editable.....unless your using a resizer/clip plugin
redsquare
2009-08-28 08:53:50