[jQuery] how to... jquery plugin [validate]

[jQuery] how to... jquery plugin [validate]


Hola,
estoy haciendo un formulario de subida de imágenes.
Hay alguna manera de personalizar el mensaje de error cuando se
configura el campo de texto mediante {}
por ejemplo
<input class="{required:true...hay mas código que pueda ir aqui para
personalizar el menjsa e de error?}" />
necesito hacerlo de esa manera ya que el campo de texto se va a
generar después con javascript
haciendo posible subir 1 o n fotos, asi que la unica manera de
validarlo seria pasando el parametro mediante la clase
he logrado hacerlo para n campos de fotos, pero los mensajes de error
no son los apropiados, asi que necesito saber si hay alguna manera de
configurar el mensaje de error mediante ese modo.
Espero su ayuda, gracias!.
traduccion por google/
Translation by Google:
Hello,
I am making an upload form of images.
There is some way to customize the error when configuring the text
field by ()
Eg
<input Type="file/text" class="{required:true... there are more code
which can go here to personalize the message error?}" />
I need to do it that way because the text field will generate
javascript then making it possible to upload 1 or 10, 20 ... Pictures,
so the only way to validate it would be passing through the switch
class
I have succeeded in doing for "N" inputs, but the error messages are
not appropriate, so I need to know if there is any way to set up the
error message through that way.
I hope your help, thank you.