Here is my js code to execute typeahead:
jQuery.noConflict();
jQuery(document).ready(function(){
jQuery('.search-field.input').typeahead({
name: 'group-static',
prefetch: 'http://ws.luyencong.net/data/search/query.php?do=advanced',
header: '<span class="group-title">General Content</span>',
template: [
'<img class="icon" src="{{icon}}" style="width: 38px; height: 38px" />',
'<div class="icon-desc"><span xmlns="http://www.w3.org/1999/xhtml" class="title">{{name}}</span>',
'<span xmlns="http://www.w3.org/1999/xhtml" class="desc">{{description}}</span></div>',
'<span class="clear"></span>'
].join(''),
engine: Hogan
});
});
Typeahead is executed (Because I can see tt-hint input, and the wrapper of suggestion div) But there is a trouble, when I type a character, the suggestion is not display as it must to be.
My JSON is located at : http://ws.luyencong.net/data/search/query.php?do=advanced
Please give me some helps. Thanks.
GETnormally (but idk why it was red but it is not an error when i filter by) You can check luyencong.net - LCTGluyencong.net, notws.luyencong.net. - jharding/ws/data/search/query.php?do=advancedI mean filter Error in Console (Firebug) - LCTG