By u007 on
Hi,
Im trying a javascript to replace all checkboxes to img.
When i test on my static page, my tick and checkbox is in tally with each other.
But when tested on drupal @ /admin/user/permissions
something is really really wrong here...
ticking the tick image doesnt tally with checkbox... and it seems to highlight the checkbox but didnt toggle it..
its very weird...
can someone also try this module:
http://www.novex-intl.com/files/imgcheckbox.zip
Comments
i tried to remove the class
i tried to remove the class and id of the checkbox in firebug on drupal...
then the checkbox behave normal ...
so i thought i could try it on my static page... with all the checkboxes having the same name...
but the problem didnt occur ...
its only happening do drupal checkboxes... :(