Subversion Repositories My Stuff

Compare Revisions

Ignore whitespace Rev 16 → Rev 17

/trunk/JavaScripts/blogautocomplete.js
0,0 → 1,9
$(document).ready(function(){
var categories_array = Array();
$('#categories_list li').each(function() {
categories_array.push($(this).text());
});
$('#cntnt01searchinput').autocomplete({
source: categories_array
});
});
Property changes:
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property