Using firebug:
you can write $('selector').data('events') in the console and run it.
then you will get all the events bound to that object.
you can click the events in firebug and go to there source to view
them.
On Oct 28, 11:45 am, jayarjo wrote:
> I wonder if I can see somewhere what events a
at function.
>
>
>
> On Thu, Oct 8, 2009 at 01:58, Bjarki wrote:
>
> > Hello Miguel,
>
> > for part 3, you can use errorPlacement like this.
>
> > errorPlacement: function(error, element) {
> > if (element.attr('id') === yourItem.at
if the data is on the form {"result":true} you can use var returnObj
= JSON.parse(data) if you use http://www.json.org/json_parse.js and
return returnObj.result
you can also use
regards,
Bjarki Heiðar
On Oct 7, 9:13 am, zeussolo wrote:
> Hi all,
>
> I would like to use the
nsertAfter(givenItem);
}
else {
error.insertAfter(element);
}
}
hope this helps
Regards,
Bjarki Heiðar
On Oct 7, 10:29 pm, msimoes wrote:
> Hello,
>
> I've started to use this plugin within an application I'm buildin
I found out there is a formatMatch function.
formatMatch: function(row) { return row.N; }
it's just not in the documentation
On Oct 7, 10:50 am, Bjarki wrote:
> I am looking at the auto-complete demo page,
> (http://view.jquery.com/trunk/plugins/autocomplete/demo/) on the demo
I am looking at the auto-complete demo page, (
http://view.jquery.com/trunk/plugins/autocomplete/demo/ ) on the demo
of remote images.
the Javascript for that is
$("#imageSearch").autocomplete("images.php", {
width: 320,
max: 4,
highlight: false,
6 matches
Mail list logo