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

javascript - THREE.js reposition vertices for RingGeometry -

javascript - I need to update the text of a paragraph by inline edit -

assembly - What is the addressing mode for ld, add, and rjmp instructions? -