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.
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
Comment #1
ardas commentedAny ideas how to implement this?
Comment #2
billk2 commentedYou 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.
Comment #3
ardas commentedThank 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.