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
e a
normal "-behavior".
function formatItem(row) {
return ""+ row[0] + "";
}
Hoping someone has an easy solution.
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
3 matches
Mail list logo