[jQuery] Re: jquery autocomplete should link to page

2009-12-22 Thread Axel
2 Dez., 15:55, MorningZ wrote: > function formatItem(row) { >       window.location = row[1]; //Send the user to URL 'row[1]' > > } > > On Dec 22, 7:33 am, Axel wrote: > > > Hello Everbody, > > > i´m using "jquery autocomplete" on my site. I

[jQuery] jquery autocomplete should link to page

2009-12-22 Thread Axel
e a normal "-behavior". function formatItem(row) { return ""+ row[0] + ""; } Hoping someone has an easy solution. Axel

[jQuery] [Validate] Using title or label for generics errors messages

2009-02-16 Thread Axel
HI! I'm using jQuery Validate and i'm wondering why it's not possible to use the label field or the title field to display generics errors messages. ex: Current display: This field is required. Proposal display: The field "My Field" is required. With inline error messages, there is no problems