/************************************************************************ ************************************************************************* @Name : QapTcha - jQuery Plugin @Revison : 3.0 @Date : 20/09/2011 @Author: ALPIXEL - (www.myjqueryplugins.com - www.alpixel.fr) @License : Open Source - MIT License : http://www.opensource.org/licenses/mit-license.php ************************************************************************** *************************************************************************/ jQuery.QapTcha = { build : function(options) { var defaults = { txtLock : 'Locked : form can\'t be submited', txtUnlock : 'Unlocked : form can be submited', disabledSubmit : true, autoRevert : false, PHPfile : '/check-qaptcha.php' }; if(this.length>0) return jQuery(this).each(function(i) { /** Vars **/ var opts = $.extend(defaults, options), $this = $(this), form = $('form').has($this), Clr = jQuery('