[jQuery] Jquery Treeview - trigger a collapse programatically

2009-10-05 Thread bj
I'm using Treeview and I need to be able to tell it to collapse via Javascript (as in, from another function outside of the Treeview code). I have searced everywhere for a how-to and can't figure it out. I'm hoping someone can suggest a way of doing it.

[jQuery] Re: Validate.js problem

2007-06-20 Thread BJ Clark
event: "keyup" }); My code is: $("#order").validate({ errorContainer: $("#messagebox"), errorLabelContainer: $("p", "#messagebox") }); Also, in the forms: Demo Code: My code: It seems like I&

[jQuery] Re: Validate.js problem

2007-06-20 Thread BJ Clark
, debug: true }); However, I'm still getting an error: exception occured when checking element , check the 'validate' methodjquery.validate.j... (line 14) jQuery.validator.methods[rule.method] has no properties [Break on this error] eval(function(p,a,c,

[jQuery] Validate.js problem

2007-06-20 Thread BJ Clark
created any "error labels" because I'd rather print out all the erorrs at the top of the form. I'm not really sure what I'm doing wrong here because I've never used this plugin. Can anyone give me some suggestions? Thanks, BJ Clark