Perry Zheng
Perry Zheng
You can try something like this. ``` items = callback(data); var tempValue = field.attr('value'); if (tempValue == val) { $.each(items, function (value, text) { if ($.inArray(value + "-" + text,...
Can select2 do multiple selects through ajax? I have a element with already prepopulated options. For the ones that are not on the options list, I want to repopulate the...
Hey @avibryant , based on this paper, http://www.cs.princeton.edu/courses/archive/spr05/cos598E/bib/p253-datar.pdf section 3, it uses say gaussian distribution as a sketch for the high dimensional vector. 1 important question.. This could be expressed...
Submitted a pull request at https://github.com/twitter/algebird/pull/449