Unknown jQuery variable in Firefox web-console -



Unknown jQuery variable in Firefox web-console -

accessing jquery variable in firefox web-console see (form autocomplete) sec jquery variable; variable looks jquery85448957324.. ('jquery' followed random number).

initially accessing variable gave result refered ...tojson: .noop()..., it's returning referenceerror:

jqueryxxxxxxxxxxxxxxx not defined

what variable refer to?

you doing wrong breaks jquery , maby jquery ui too.

are using ajax? seek check if response valid json... are using jsonp? maby callback throws error... are using custom itemrender? create sure have valid ui.item...

debug items using ui autocomplete callback like:

selected: function(event, ui) { console.log(ui.item); }

api: http://api.jqueryui.com/autocomplete/#event-select

jquery firefox web-console

Comments

Popular posts from this blog

c# - ASP.NET MVC Sequence contains no matching element -

java - Parsing XML, skip certain tags -

rest - How to invalidate user session on inactivity in a stateless server? -