Quantcast
Channel: jQuery UI Autocomplete JSON array - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by fcmaine for jQuery UI Autocomplete JSON array

I never used local string for autocomplete but the following worked. $("#part_number").autocomplete({minLength: 0,source: function (request, response) { $.post("/echo/json/", { json:...

View Article



Answer by Dimitri for jQuery UI Autocomplete JSON array

Well I figured it out after looking at the API.partTags = [{"label":"Part1","dwg":"A"},{"label":"Part2","dwg":"B"}]I had to re-name "part" to "label"$( "#part_number" ).autocomplete({ delay: 45,...

View Article

jQuery UI Autocomplete JSON array

I have the following json array:partTags = [{"part":"Part1","dwg":"A"},{"part":"Part2","dwg":"B"}]Which basically carries the Part Number and a corresponding Drawing Number/LetterPrior to adding a...

View Article
Browsing all 3 articles
Browse latest View live


Latest Images