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

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -