getSuggestion

returns id of top suggestion from the suggest list

string getSuggestion();
stringid of top suggestion

Example

var id = $$("suggest").getSuggestion();

Back to top