[jQuery] Re: is it possible to add elements to validate on fly? [validate]

2009-05-20 Thread quard
.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

[jQuery] Re: is it possible to add elements to validate on fly? [validate]

2009-05-20 Thread quard
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

[jQuery] Re: is it possible to add elements to validate on fly? [validate]

2009-05-19 Thread quard
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

[jQuery] is it possible to add elements to validate on fly? [validate]

2009-05-19 Thread 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?

[jQuery] $(document).scrollTop() is not a function

2008-01-23 Thread quard
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(); ;)

[jQuery] drag'n'drop, double added element

2008-01-05 Thread quard
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',