Users without javascript enabled should not be able to see the 'check availability' button, or any message.

Currently div#username-message shows a red figure '1' to users without javascript.

Comments

ardas’s picture

Any ideas how to implement this?

billk2’s picture

You could either get the javascript to insert the HTML for the button and message, or have the CSS hide them by default (e.g. style="display:none") and have the javascript switch them to display normally. The first option is the more accessible choice as it doesn't presume CSS support.

ardas’s picture

Status: Active » Fixed

Thank you guys for all work you did. We have ported this module to Drupal 6 and added features you proposed. The release will be ready soon. Please download it and test.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.