blaenk / wp-recaptcha

I gave ownership of this project to Google many years ago
Other
38 stars 16 forks source link

use jquery instead of direct javascript #1

Open blaenk opened 14 years ago

blaenk commented 14 years ago

In the sections where javascript is used, try to use jQuery instead.

Refer to this and this for instructions on how to call it from within a wordpress plugin correctly.

Note: perhaps this is not necessary, and not worth the extra overhead