[jQuery] Re: jQuery Validate AJAX Captcha

2008-11-20 Thread dotlizard
ng it, and imagedestroy($image); right after that. it still works fine, and still refreshes the whole page on every other click of the CAPTCHA image. again, the one i'm working on is at: http://rksdesign.com/jquery-validate/index.php On Nov 20, 11:34 am, dotlizard <[EMAIL PROTECTED]> w

[jQuery] [validate] jQuery Validate AJAX Captcha

2008-11-20 Thread dotlizard
first problem: clicking to refresh CAPTCHA results in broken image. http://jquery.bassistance.de/validate/demo/captcha/ <-- see demo easy fix: in file image_req.php, change: 'img src="images/image.jpg?' to img src="images/image.php?' upon doing this CAPTCHA works fine, and will refresh one time w