.de/validate/demo/dynamic-totals.html
>
> Jörn
>
> On Wed, May 20, 2009 at 9:46 AM, quard wrote:
>
> > Mm, it's true, but the subject is to add elements to validate on fly.
> > As I understand, when "validate" function calls, plugin populate
> > elements on
each field, eg. "name[0]": "required",
> "name[1]": "required" etc.
>
> Jörn
>
> On Wed, May 20, 2009 at 7:24 AM, quard wrote:
>
> > And I can use in my rules this : "Name[]" : { required : true} ??
>
> > On May 19, 6:51
n addition, rules must exist for each name. Using inline rules
> (metadata, or classes and attributes) is the best approach here.
> Otherwise use the rules method to add
> rules:http://docs.jquery.com/Plugins/Validation/rules
>
> Jörn
>
> On Tue, May 19, 2009 at 3:23 PM, quard
My form has multiple elements like Name[] , which added via AJAX call.
And I want to add them to validation check. How can I do it?
SOme days ago I have noticed about this error. Before everything works
fine.
I'm using latest jQuery and jquery.dimensions.js from SVN. Can you
figure me whats can happend?
Code is simple - var scrollTop = $(document).scrollTop(); ;)
Hello. I'm trying to create drag'n'drop interface with jQuery UI.
See code for adding to node.
$("#dropzone").droppable({
accept: '.imagethumb',
activeClass: 'droppable-active',
hoverClass: 'droppable-hover',
6 matches
Mail list logo