You are here

README.txt in Hide submit button 6

Same filename and directory in other branches
  1. 5 README.txt
  2. 7.2 README.txt
  3. 7 README.txt
// $Id$

-------------- OVERVIEW -------------------------------------------

hide_submit module provides a way to hide the submit button in forms after 
it has been clicked. This helps to prevent duplicate postings from "double clickers"
a jQeury snippet is used and it is injected to selected pages

-------------- CREDITS and reference ---------------------------------

jQuery snippet was taken from Ted Serbinski's blog
http://tedserbinski.com/tags/jquery/how-prevent-duplicate-posts

Check also this discussion:
http://drupal.org/node/107358

-------------- INSTALLING -----------------------------------------
hide_submit can be installed simply by activating the module.
There are no module dependencies.
There are no table components.

File

README.txt
View source
  1. // $Id$
  2. -------------- OVERVIEW -------------------------------------------
  3. hide_submit module provides a way to hide the submit button in forms after
  4. it has been clicked. This helps to prevent duplicate postings from "double clickers"
  5. a jQeury snippet is used and it is injected to selected pages
  6. -------------- CREDITS and reference ---------------------------------
  7. jQuery snippet was taken from Ted Serbinski's blog
  8. http://tedserbinski.com/tags/jquery/how-prevent-duplicate-posts
  9. Check also this discussion:
  10. http://drupal.org/node/107358
  11. -------------- INSTALLING -----------------------------------------
  12. hide_submit can be installed simply by activating the module.
  13. There are no module dependencies.
  14. There are no table components.